Shades of Blizzard Blue #8EE9EC
Tints of Blizzard Blue #8EE9EC
RGB
CMYK
RGB Variations
Color information
#8EE9EC (or 0x8EE9EC) is known color: Blizzard Blue. HEX triplet: 8E, E9 and EC. RGB value is (142,233,236). Sum of RGB (Red+Green+Blue) = 142+233+236=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EE9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE9EC is #711613. Grayscale: #CECECE. Windows color (decimal): -7411220 or 15526286. OLE color: 15526286.
HSL color Cylindrical-coordinate representation of color #8EE9EC: hue angle of 181.91º 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 #8EE9EC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 233 | 236 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.07 |
| HSL | 181.91º | 0.71% | 0.74% | - |
| HSV(B) | 181.91º | 0.4% | 0.93% | - |
| XYZ | 55.43 | 70.08 | 89.96 | - |
| YUV | 206.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 236 | 0.40 | 0.01 | 0 | 0.07 | 181.91 | 0.71 | 0.74 |
| Hex | 8E | E9 | EC | 28 | 1 | 0 | 7 | B6 | 47 | 4A |
| Octal | 216 | 351 | 354 | 50 | 1 | 0 | 7 | 266 | 107 | 112 |
| Binary | 10001110 | 11101001 | 11101100 | 101000 | 1 | 0 | 111 | 10110110 | 1000111 | 1001010 |
Color Harmonies of #8EE9EC
Complementary color
Monochromatic Colors of #8EE9EC
Black with #8EE9EC
Text Example
Text Example
White with #8EE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE9EC; }
p { color: rgb(142,233,236); }
H1.HeaderClassName
{
color: #8EE9EC;
}
.AnyTagClassName
{
color: #8EE9EC;
}
</style>
background-color css
<style>
a { background-color: #8EE9EC; }
a { background-color: rgb(142,233,236); }
div.DivClassName
{
background-color: #8EE9EC;
}
.BgClassName
{
background-color: #8EE9EC;
}
</style>
border-color css
<style>
span { border-color: #8EE9EC; }
span { border-color: rgb(142,233,236); }
td.TdClassName
{
border-color: #8EE9EC;
}
.TagClassName
{
border-color: #8EE9EC;
}
</style>