Shades of Blizzard Blue #8EECEC
Tints of Blizzard Blue #8EECEC
RGB
CMYK
RGB Variations
Color information
#8EECEC (or 0x8EECEC) is known color: Blizzard Blue. HEX triplet: 8E, EC and EC. RGB value is (142,236,236). Sum of RGB (Red+Green+Blue) = 142+236+236=614 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.13% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #8EECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EECEC is #711313. Grayscale: #CFCFCF. Windows color (decimal): -7410452 or 15527054. OLE color: 15527054.
HSL color Cylindrical-coordinate representation of color #8EECEC: hue angle of 180º 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 #8EECEC is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 236 | - |
| CMYK | 0.40 | 0 | 0 | 0.07 |
| HSL | 180º | 0.71% | 0.74% | - |
| HSV(B) | 180º | 0.4% | 0.93% | - |
| XYZ | 56.29 | 71.8 | 90.25 | - |
| YUV | 207.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 236 | 0.40 | 0 | 0 | 0.07 | 180 | 0.71 | 0.74 |
| Hex | 8E | EC | EC | 28 | 0 | 0 | 7 | B4 | 47 | 4A |
| Octal | 216 | 354 | 354 | 50 | 0 | 0 | 7 | 264 | 107 | 112 |
| Binary | 10001110 | 11101100 | 11101100 | 101000 | 0 | 0 | 111 | 10110100 | 1000111 | 1001010 |
Color Harmonies of #8EECEC
Complementary color
Monochromatic Colors of #8EECEC
Black with #8EECEC
Text Example
Text Example
White with #8EECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECEC; }
p { color: rgb(142,236,236); }
H1.HeaderClassName
{
color: #8EECEC;
}
.AnyTagClassName
{
color: #8EECEC;
}
</style>
background-color css
<style>
a { background-color: #8EECEC; }
a { background-color: rgb(142,236,236); }
div.DivClassName
{
background-color: #8EECEC;
}
.BgClassName
{
background-color: #8EECEC;
}
</style>
border-color css
<style>
span { border-color: #8EECEC; }
span { border-color: rgb(142,236,236); }
td.TdClassName
{
border-color: #8EECEC;
}
.TagClassName
{
border-color: #8EECEC;
}
</style>