If you get a excel sheet like this, do you know how to find the RGB value of fill colour of these cells?
This excel sheet has cells with 3 different fill colors. In this post I will explain how to find RGB value of fill color of any cell you want. Let’s try to find the fill color of cells in first row(Light blue color cells). First, select one of the light blue cells. I selected the B2 cell.
Then go to the “HOME” tab and click arrow head next to “Fill Color” icon.
Then click on “More Colors...”
“Colors” window will open. You can find the RGB value under the “Custom” tab.
So the RGB value of fill color of B1 cell is RGB(173, 201, 220). You can use this method to find RGB value of fill colors manually.