Shades of Blizzard Blue #8EE4ED
Tints of Blizzard Blue #8EE4ED
RGB
CMYK
RGB Variations
Color information
#8EE4ED (or 0x8EE4ED) is known color: Blizzard Blue. HEX triplet: 8E, E4 and ED. RGB value is (142,228,237). Sum of RGB (Red+Green+Blue) = 142+228+237=607 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.39% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE4ED is #711B12. Grayscale: #CBCBCB. Windows color (decimal): -7412499 or 15590542. OLE color: 15590542.
HSL color Cylindrical-coordinate representation of color #8EE4ED: hue angle of 185.68º degrees, saturation: 0.73, 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 #8EE4ED is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 228 | 237 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.07 |
| HSL | 185.68º | 0.73% | 0.74% | - |
| HSV(B) | 185.68º | 0.4% | 0.93% | - |
| XYZ | 54.18 | 67.35 | 90.27 | - |
| YUV | 203.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 237 | 0.40 | 0.04 | 0 | 0.07 | 185.68 | 0.73 | 0.74 |
| Hex | 8E | E4 | ED | 28 | 4 | 0 | 7 | BA | 49 | 4A |
| Octal | 216 | 344 | 355 | 50 | 4 | 0 | 7 | 272 | 111 | 112 |
| Binary | 10001110 | 11100100 | 11101101 | 101000 | 100 | 0 | 111 | 10111010 | 1001001 | 1001010 |
Color Harmonies of #8EE4ED
Complementary color
Monochromatic Colors of #8EE4ED
Black with #8EE4ED
Text Example
Text Example
White with #8EE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE4ED; }
p { color: rgb(142,228,237); }
H1.HeaderClassName
{
color: #8EE4ED;
}
.AnyTagClassName
{
color: #8EE4ED;
}
</style>
background-color css
<style>
a { background-color: #8EE4ED; }
a { background-color: rgb(142,228,237); }
div.DivClassName
{
background-color: #8EE4ED;
}
.BgClassName
{
background-color: #8EE4ED;
}
</style>
border-color css
<style>
span { border-color: #8EE4ED; }
span { border-color: rgb(142,228,237); }
td.TdClassName
{
border-color: #8EE4ED;
}
.TagClassName
{
border-color: #8EE4ED;
}
</style>