Shades of Glacier #7EAEC0
Tints of Glacier #7EAEC0
RGB
CMYK
RGB Variations
Color information
#7EAEC0 (or 0x7EAEC0) is known color: Glacier. HEX triplet: 7E, AE and C0. RGB value is (126,174,192). Sum of RGB (Red+Green+Blue) = 126+174+192=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #7EAEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEC0 is #81513F. Grayscale: #A1A1A1. Windows color (decimal): -8474944 or 12627582. OLE color: 12627582.
HSL color Cylindrical-coordinate representation of color #7EAEC0: hue angle of 196.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EAEC0 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 174 | 192 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.25 |
| HSL | 196.36º | 0.34% | 0.62% | - |
| HSV(B) | 196.36º | 0.34% | 0.75% | - |
| XYZ | 33.25 | 38.51 | 55.55 | - |
| YUV | 161.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 174 | 192 | 0.34 | 0.09 | 0 | 0.25 | 196.36 | 0.34 | 0.62 |
| Hex | 7E | AE | C0 | 22 | 9 | 0 | 19 | C4 | 22 | 3E |
| Octal | 176 | 256 | 300 | 42 | 11 | 0 | 31 | 304 | 42 | 76 |
| Binary | 1111110 | 10101110 | 11000000 | 100010 | 1001 | 0 | 11001 | 11000100 | 100010 | 111110 |
Color Harmonies of #7EAEC0
Complementary color
Monochromatic Colors of #7EAEC0
Black with #7EAEC0
Text Example
Text Example
White with #7EAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAEC0; }
p { color: rgb(126,174,192); }
H1.HeaderClassName
{
color: #7EAEC0;
}
.AnyTagClassName
{
color: #7EAEC0;
}
</style>
background-color css
<style>
a { background-color: #7EAEC0; }
a { background-color: rgb(126,174,192); }
div.DivClassName
{
background-color: #7EAEC0;
}
.BgClassName
{
background-color: #7EAEC0;
}
</style>
border-color css
<style>
span { border-color: #7EAEC0; }
span { border-color: rgb(126,174,192); }
td.TdClassName
{
border-color: #7EAEC0;
}
.TagClassName
{
border-color: #7EAEC0;
}
</style>