Shades of Glacier #7EAAB9
Tints of Glacier #7EAAB9
RGB
CMYK
RGB Variations
Color information
#7EAAB9 (or 0x7EAAB9) is known color: Glacier. HEX triplet: 7E, AA and B9. RGB value is (126,170,185). Sum of RGB (Red+Green+Blue) = 126+170+185=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #7EAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAAB9 is #815546. Grayscale: #9E9E9E. Windows color (decimal): -8475975 or 12167806. OLE color: 12167806.
HSL color Cylindrical-coordinate representation of color #7EAAB9: hue angle of 195.25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAAB9 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 170 | 185 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.27 |
| HSL | 195.25º | 0.3% | 0.61% | - |
| HSV(B) | 195.25º | 0.32% | 0.73% | - |
| XYZ | 31.74 | 36.69 | 51.31 | - |
| YUV | 158.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 185 | 0.32 | 0.08 | 0 | 0.27 | 195.25 | 0.3 | 0.61 |
| Hex | 7E | AA | B9 | 20 | 8 | 0 | 1B | C3 | 1E | 3D |
| Octal | 176 | 252 | 271 | 40 | 10 | 0 | 33 | 303 | 36 | 75 |
| Binary | 1111110 | 10101010 | 10111001 | 100000 | 1000 | 0 | 11011 | 11000011 | 11110 | 111101 |
Color Harmonies of #7EAAB9
Complementary color
Monochromatic Colors of #7EAAB9
Black with #7EAAB9
Text Example
Text Example
White with #7EAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAAB9; }
p { color: rgb(126,170,185); }
H1.HeaderClassName
{
color: #7EAAB9;
}
.AnyTagClassName
{
color: #7EAAB9;
}
</style>
background-color css
<style>
a { background-color: #7EAAB9; }
a { background-color: rgb(126,170,185); }
div.DivClassName
{
background-color: #7EAAB9;
}
.BgClassName
{
background-color: #7EAAB9;
}
</style>
border-color css
<style>
span { border-color: #7EAAB9; }
span { border-color: rgb(126,170,185); }
td.TdClassName
{
border-color: #7EAAB9;
}
.TagClassName
{
border-color: #7EAAB9;
}
</style>