Shades of Glacier #7EA6BD
Tints of Glacier #7EA6BD
RGB
CMYK
RGB Variations
Color information
#7EA6BD (or 0x7EA6BD) is known color: Glacier. HEX triplet: 7E, A6 and BD. RGB value is (126,166,189). Sum of RGB (Red+Green+Blue) = 126+166+189=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EA6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6BD is #815942. Grayscale: #9C9C9C. Windows color (decimal): -8476995 or 12428926. OLE color: 12428926.
HSL color Cylindrical-coordinate representation of color #7EA6BD: hue angle of 201.9º 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 #7EA6BD is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 166 | 189 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.26 |
| HSL | 201.9º | 0.32% | 0.62% | - |
| HSV(B) | 201.9º | 0.33% | 0.74% | - |
| XYZ | 31.43 | 35.38 | 53.32 | - |
| YUV | 156.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 189 | 0.33 | 0.12 | 0 | 0.26 | 201.9 | 0.32 | 0.62 |
| Hex | 7E | A6 | BD | 21 | C | 0 | 1A | CA | 20 | 3E |
| Octal | 176 | 246 | 275 | 41 | 14 | 0 | 32 | 312 | 40 | 76 |
| Binary | 1111110 | 10100110 | 10111101 | 100001 | 1100 | 0 | 11010 | 11001010 | 100000 | 111110 |
Color Harmonies of #7EA6BD
Complementary color
Monochromatic Colors of #7EA6BD
Black with #7EA6BD
Text Example
Text Example
White with #7EA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA6BD; }
p { color: rgb(126,166,189); }
H1.HeaderClassName
{
color: #7EA6BD;
}
.AnyTagClassName
{
color: #7EA6BD;
}
</style>
background-color css
<style>
a { background-color: #7EA6BD; }
a { background-color: rgb(126,166,189); }
div.DivClassName
{
background-color: #7EA6BD;
}
.BgClassName
{
background-color: #7EA6BD;
}
</style>
border-color css
<style>
span { border-color: #7EA6BD; }
span { border-color: rgb(126,166,189); }
td.TdClassName
{
border-color: #7EA6BD;
}
.TagClassName
{
border-color: #7EA6BD;
}
</style>