Shades of Glacier #7DB8C3
Tints of Glacier #7DB8C3
RGB
CMYK
RGB Variations
Color information
#7DB8C3 (or 0x7DB8C3) is known color: Glacier. HEX triplet: 7D, B8 and C3. RGB value is (125,184,195). Sum of RGB (Red+Green+Blue) = 125+184+195=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #7DB8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB8C3 is #82473C. Grayscale: #A7A7A7. Windows color (decimal): -8537917 or 12826749. OLE color: 12826749.
HSL color Cylindrical-coordinate representation of color #7DB8C3: hue angle of 189.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB8C3 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 184 | 195 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.24 |
| HSL | 189.43º | 0.37% | 0.63% | - |
| HSV(B) | 189.43º | 0.36% | 0.76% | - |
| XYZ | 35.45 | 42.58 | 57.98 | - |
| YUV | 167.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 195 | 0.36 | 0.06 | 0 | 0.24 | 189.43 | 0.37 | 0.63 |
| Hex | 7D | B8 | C3 | 24 | 6 | 0 | 18 | BD | 25 | 3F |
| Octal | 175 | 270 | 303 | 44 | 6 | 0 | 30 | 275 | 45 | 77 |
| Binary | 1111101 | 10111000 | 11000011 | 100100 | 110 | 0 | 11000 | 10111101 | 100101 | 111111 |
Color Harmonies of #7DB8C3
Complementary color
Monochromatic Colors of #7DB8C3
Black with #7DB8C3
Text Example
Text Example
White with #7DB8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB8C3; }
p { color: rgb(125,184,195); }
H1.HeaderClassName
{
color: #7DB8C3;
}
.AnyTagClassName
{
color: #7DB8C3;
}
</style>
background-color css
<style>
a { background-color: #7DB8C3; }
a { background-color: rgb(125,184,195); }
div.DivClassName
{
background-color: #7DB8C3;
}
.BgClassName
{
background-color: #7DB8C3;
}
</style>
border-color css
<style>
span { border-color: #7DB8C3; }
span { border-color: rgb(125,184,195); }
td.TdClassName
{
border-color: #7DB8C3;
}
.TagClassName
{
border-color: #7DB8C3;
}
</style>