Shades of Blizzard Blue #8EEEEC
Tints of Blizzard Blue #8EEEEC
RGB
CMYK
RGB Variations
Color information
#8EEEEC (or 0x8EEEEC) is known color: Blizzard Blue. HEX triplet: 8E, EE and EC. RGB value is (142,238,236). Sum of RGB (Red+Green+Blue) = 142+238+236=616 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.05% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEEC is #711113. Grayscale: #D0D0D0. Windows color (decimal): -7409940 or 15527566. OLE color: 15527566.
HSL color Cylindrical-coordinate representation of color #8EEEEC: hue angle of 178.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEEC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 236 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.07 |
| HSL | 178.75º | 0.74% | 0.75% | - |
| HSV(B) | 178.75º | 0.4% | 0.93% | - |
| XYZ | 56.87 | 72.96 | 90.44 | - |
| YUV | 209.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 236 | 0.40 | 0 | 0.01 | 0.07 | 178.75 | 0.74 | 0.75 |
| Hex | 8E | EE | EC | 28 | 0 | 1 | 7 | B3 | 4A | 4B |
| Octal | 216 | 356 | 354 | 50 | 0 | 1 | 7 | 263 | 112 | 113 |
| Binary | 10001110 | 11101110 | 11101100 | 101000 | 0 | 1 | 111 | 10110011 | 1001010 | 1001011 |
Color Harmonies of #8EEEEC
Complementary color
Monochromatic Colors of #8EEEEC
Black with #8EEEEC
Text Example
Text Example
White with #8EEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEEC; }
p { color: rgb(142,238,236); }
H1.HeaderClassName
{
color: #8EEEEC;
}
.AnyTagClassName
{
color: #8EEEEC;
}
</style>
background-color css
<style>
a { background-color: #8EEEEC; }
a { background-color: rgb(142,238,236); }
div.DivClassName
{
background-color: #8EEEEC;
}
.BgClassName
{
background-color: #8EEEEC;
}
</style>
border-color css
<style>
span { border-color: #8EEEEC; }
span { border-color: rgb(142,238,236); }
td.TdClassName
{
border-color: #8EEEEC;
}
.TagClassName
{
border-color: #8EEEEC;
}
</style>