Shades of Blizzard Blue #8EE0EC
Tints of Blizzard Blue #8EE0EC
RGB
CMYK
RGB Variations
Color information
#8EE0EC (or 0x8EE0EC) is known color: Blizzard Blue. HEX triplet: 8E, E0 and EC. RGB value is (142,224,236). Sum of RGB (Red+Green+Blue) = 142+224+236=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE0EC is #711F13. Grayscale: #C8C8C8. Windows color (decimal): -7413524 or 15523982. OLE color: 15523982.
HSL color Cylindrical-coordinate representation of color #8EE0EC: hue angle of 187.66º 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 #8EE0EC is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 224 | 236 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.07 |
| HSL | 187.66º | 0.71% | 0.74% | - |
| HSV(B) | 187.66º | 0.4% | 0.93% | - |
| XYZ | 52.95 | 65.12 | 89.14 | - |
| YUV | 200.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 236 | 0.40 | 0.05 | 0 | 0.07 | 187.66 | 0.71 | 0.74 |
| Hex | 8E | E0 | EC | 28 | 5 | 0 | 7 | BC | 47 | 4A |
| Octal | 216 | 340 | 354 | 50 | 5 | 0 | 7 | 274 | 107 | 112 |
| Binary | 10001110 | 11100000 | 11101100 | 101000 | 101 | 0 | 111 | 10111100 | 1000111 | 1001010 |
Color Harmonies of #8EE0EC
Complementary color
Monochromatic Colors of #8EE0EC
Black with #8EE0EC
Text Example
Text Example
White with #8EE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0EC; }
p { color: rgb(142,224,236); }
H1.HeaderClassName
{
color: #8EE0EC;
}
.AnyTagClassName
{
color: #8EE0EC;
}
</style>
background-color css
<style>
a { background-color: #8EE0EC; }
a { background-color: rgb(142,224,236); }
div.DivClassName
{
background-color: #8EE0EC;
}
.BgClassName
{
background-color: #8EE0EC;
}
</style>
border-color css
<style>
span { border-color: #8EE0EC; }
span { border-color: rgb(142,224,236); }
td.TdClassName
{
border-color: #8EE0EC;
}
.TagClassName
{
border-color: #8EE0EC;
}
</style>