Shades of Glacier #7EA8BD
Tints of Glacier #7EA8BD
RGB
CMYK
RGB Variations
Color information
#7EA8BD (or 0x7EA8BD) is known color: Glacier. HEX triplet: 7E, A8 and BD. RGB value is (126,168,189). Sum of RGB (Red+Green+Blue) = 126+168+189=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EA8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA8BD is #815742. Grayscale: #9D9D9D. Windows color (decimal): -8476483 or 12429438. OLE color: 12429438.
HSL color Cylindrical-coordinate representation of color #7EA8BD: hue angle of 200º 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 #7EA8BD is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 168 | 189 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.26 |
| HSL | 200º | 0.32% | 0.62% | - |
| HSV(B) | 200º | 0.33% | 0.74% | - |
| XYZ | 31.79 | 36.12 | 53.44 | - |
| YUV | 157.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 189 | 0.33 | 0.11 | 0 | 0.26 | 200 | 0.32 | 0.62 |
| Hex | 7E | A8 | BD | 21 | B | 0 | 1A | C8 | 20 | 3E |
| Octal | 176 | 250 | 275 | 41 | 13 | 0 | 32 | 310 | 40 | 76 |
| Binary | 1111110 | 10101000 | 10111101 | 100001 | 1011 | 0 | 11010 | 11001000 | 100000 | 111110 |
Color Harmonies of #7EA8BD
Complementary color
Monochromatic Colors of #7EA8BD
Black with #7EA8BD
Text Example
Text Example
White with #7EA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA8BD; }
p { color: rgb(126,168,189); }
H1.HeaderClassName
{
color: #7EA8BD;
}
.AnyTagClassName
{
color: #7EA8BD;
}
</style>
background-color css
<style>
a { background-color: #7EA8BD; }
a { background-color: rgb(126,168,189); }
div.DivClassName
{
background-color: #7EA8BD;
}
.BgClassName
{
background-color: #7EA8BD;
}
</style>
border-color css
<style>
span { border-color: #7EA8BD; }
span { border-color: rgb(126,168,189); }
td.TdClassName
{
border-color: #7EA8BD;
}
.TagClassName
{
border-color: #7EA8BD;
}
</style>