Shades of Glacier #7EA8BA
Tints of Glacier #7EA8BA
RGB
CMYK
RGB Variations
Color information
#7EA8BA (or 0x7EA8BA) is known color: Glacier. HEX triplet: 7E, A8 and BA. RGB value is (126,168,186). Sum of RGB (Red+Green+Blue) = 126+168+186=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #7EA8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA8BA is #815745. Grayscale: #9D9D9D. Windows color (decimal): -8476486 or 12232830. OLE color: 12232830.
HSL color Cylindrical-coordinate representation of color #7EA8BA: hue angle of 198º 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 #7EA8BA is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 168 | 186 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.27 |
| HSL | 198º | 0.3% | 0.61% | - |
| HSV(B) | 198º | 0.32% | 0.73% | - |
| XYZ | 31.47 | 35.99 | 51.74 | - |
| YUV | 157.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 186 | 0.32 | 0.10 | 0 | 0.27 | 198 | 0.3 | 0.61 |
| Hex | 7E | A8 | BA | 20 | A | 0 | 1B | C6 | 1E | 3D |
| Octal | 176 | 250 | 272 | 40 | 12 | 0 | 33 | 306 | 36 | 75 |
| Binary | 1111110 | 10101000 | 10111010 | 100000 | 1010 | 0 | 11011 | 11000110 | 11110 | 111101 |
Color Harmonies of #7EA8BA
Complementary color
Monochromatic Colors of #7EA8BA
Black with #7EA8BA
Text Example
Text Example
White with #7EA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA8BA; }
p { color: rgb(126,168,186); }
H1.HeaderClassName
{
color: #7EA8BA;
}
.AnyTagClassName
{
color: #7EA8BA;
}
</style>
background-color css
<style>
a { background-color: #7EA8BA; }
a { background-color: rgb(126,168,186); }
div.DivClassName
{
background-color: #7EA8BA;
}
.BgClassName
{
background-color: #7EA8BA;
}
</style>
border-color css
<style>
span { border-color: #7EA8BA; }
span { border-color: rgb(126,168,186); }
td.TdClassName
{
border-color: #7EA8BA;
}
.TagClassName
{
border-color: #7EA8BA;
}
</style>