Shades of Glacier #7EAABC
Tints of Glacier #7EAABC
RGB
CMYK
RGB Variations
Color information
#7EAABC (or 0x7EAABC) is known color: Glacier. HEX triplet: 7E, AA and BC. RGB value is (126,170,188). Sum of RGB (Red+Green+Blue) = 126+170+188=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAABC is #815543. Grayscale: #9E9E9E. Windows color (decimal): -8475972 or 12364414. OLE color: 12364414.
HSL color Cylindrical-coordinate representation of color #7EAABC: hue angle of 197.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EAABC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 170 | 188 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.26 |
| HSL | 197.42º | 0.32% | 0.62% | - |
| HSV(B) | 197.42º | 0.33% | 0.74% | - |
| XYZ | 32.06 | 36.82 | 52.99 | - |
| YUV | 158.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 188 | 0.33 | 0.10 | 0 | 0.26 | 197.42 | 0.32 | 0.62 |
| Hex | 7E | AA | BC | 21 | A | 0 | 1A | C5 | 20 | 3E |
| Octal | 176 | 252 | 274 | 41 | 12 | 0 | 32 | 305 | 40 | 76 |
| Binary | 1111110 | 10101010 | 10111100 | 100001 | 1010 | 0 | 11010 | 11000101 | 100000 | 111110 |
Color Harmonies of #7EAABC
Complementary color
Monochromatic Colors of #7EAABC
Black with #7EAABC
Text Example
Text Example
White with #7EAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAABC; }
p { color: rgb(126,170,188); }
H1.HeaderClassName
{
color: #7EAABC;
}
.AnyTagClassName
{
color: #7EAABC;
}
</style>
background-color css
<style>
a { background-color: #7EAABC; }
a { background-color: rgb(126,170,188); }
div.DivClassName
{
background-color: #7EAABC;
}
.BgClassName
{
background-color: #7EAABC;
}
</style>
border-color css
<style>
span { border-color: #7EAABC; }
span { border-color: rgb(126,170,188); }
td.TdClassName
{
border-color: #7EAABC;
}
.TagClassName
{
border-color: #7EAABC;
}
</style>