Shades of Blizzard Blue #8EECEB
Tints of Blizzard Blue #8EECEB
RGB
CMYK
RGB Variations
Color information
#8EECEB (or 0x8EECEB) is known color: Blizzard Blue. HEX triplet: 8E, EC and EB. RGB value is (142,236,235). Sum of RGB (Red+Green+Blue) = 142+236+235=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EECEB is #711314. Grayscale: #CFCFCF. Windows color (decimal): -7410453 or 15461518. OLE color: 15461518.
HSL color Cylindrical-coordinate representation of color #8EECEB: hue angle of 179.36º 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 #8EECEB is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 235 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.07 |
| HSL | 179.36º | 0.71% | 0.74% | - |
| HSV(B) | 179.36º | 0.4% | 0.93% | - |
| XYZ | 56.15 | 71.74 | 89.49 | - |
| YUV | 207.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 235 | 0.40 | 0 | 0.00 | 0.07 | 179.36 | 0.71 | 0.74 |
| Hex | 8E | EC | EB | 28 | 0 | 0 | 7 | B3 | 47 | 4A |
| Octal | 216 | 354 | 353 | 50 | 0 | 0 | 7 | 263 | 107 | 112 |
| Binary | 10001110 | 11101100 | 11101011 | 101000 | 0 | 0 | 111 | 10110011 | 1000111 | 1001010 |
Color Harmonies of #8EECEB
Complementary color
Monochromatic Colors of #8EECEB
Black with #8EECEB
Text Example
Text Example
White with #8EECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECEB; }
p { color: rgb(142,236,235); }
H1.HeaderClassName
{
color: #8EECEB;
}
.AnyTagClassName
{
color: #8EECEB;
}
</style>
background-color css
<style>
a { background-color: #8EECEB; }
a { background-color: rgb(142,236,235); }
div.DivClassName
{
background-color: #8EECEB;
}
.BgClassName
{
background-color: #8EECEB;
}
</style>
border-color css
<style>
span { border-color: #8EECEB; }
span { border-color: rgb(142,236,235); }
td.TdClassName
{
border-color: #8EECEB;
}
.TagClassName
{
border-color: #8EECEB;
}
</style>