Shades of Blizzard Blue #8EE2EC
Tints of Blizzard Blue #8EE2EC
RGB
CMYK
RGB Variations
Color information
#8EE2EC (or 0x8EE2EC) is known color: Blizzard Blue. HEX triplet: 8E, E2 and EC. RGB value is (142,226,236). Sum of RGB (Red+Green+Blue) = 142+226+236=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE2EC is #711D13. Grayscale: #C9C9C9. Windows color (decimal): -7413012 or 15524494. OLE color: 15524494.
HSL color Cylindrical-coordinate representation of color #8EE2EC: hue angle of 186.38º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EE2EC is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 226 | 236 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.07 |
| HSL | 186.38º | 0.71% | 0.74% | - |
| HSV(B) | 186.38º | 0.4% | 0.93% | - |
| XYZ | 53.49 | 66.2 | 89.32 | - |
| YUV | 202.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 236 | 0.40 | 0.04 | 0 | 0.07 | 186.38 | 0.71 | 0.74 |
| Hex | 8E | E2 | EC | 28 | 4 | 0 | 7 | BA | 47 | 4A |
| Octal | 216 | 342 | 354 | 50 | 4 | 0 | 7 | 272 | 107 | 112 |
| Binary | 10001110 | 11100010 | 11101100 | 101000 | 100 | 0 | 111 | 10111010 | 1000111 | 1001010 |
Color Harmonies of #8EE2EC
Complementary color
Monochromatic Colors of #8EE2EC
Black with #8EE2EC
Text Example
Text Example
White with #8EE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE2EC; }
p { color: rgb(142,226,236); }
H1.HeaderClassName
{
color: #8EE2EC;
}
.AnyTagClassName
{
color: #8EE2EC;
}
</style>
background-color css
<style>
a { background-color: #8EE2EC; }
a { background-color: rgb(142,226,236); }
div.DivClassName
{
background-color: #8EE2EC;
}
.BgClassName
{
background-color: #8EE2EC;
}
</style>
border-color css
<style>
span { border-color: #8EE2EC; }
span { border-color: rgb(142,226,236); }
td.TdClassName
{
border-color: #8EE2EC;
}
.TagClassName
{
border-color: #8EE2EC;
}
</style>