Shades of Blizzard Blue #8EE6ED
Tints of Blizzard Blue #8EE6ED
RGB
CMYK
RGB Variations
Color information
#8EE6ED (or 0x8EE6ED) is known color: Blizzard Blue. HEX triplet: 8E, E6 and ED. RGB value is (142,230,237). Sum of RGB (Red+Green+Blue) = 142+230+237=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE6ED is #711912. Grayscale: #CCCCCC. Windows color (decimal): -7411987 or 15591054. OLE color: 15591054.
HSL color Cylindrical-coordinate representation of color #8EE6ED: hue angle of 184.42º 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 #8EE6ED is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 230 | 237 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.07 |
| HSL | 184.42º | 0.73% | 0.74% | - |
| HSV(B) | 184.42º | 0.4% | 0.93% | - |
| XYZ | 54.74 | 68.46 | 90.45 | - |
| YUV | 204.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 230 | 237 | 0.40 | 0.03 | 0 | 0.07 | 184.42 | 0.73 | 0.74 |
| Hex | 8E | E6 | ED | 28 | 3 | 0 | 7 | B8 | 49 | 4A |
| Octal | 216 | 346 | 355 | 50 | 3 | 0 | 7 | 270 | 111 | 112 |
| Binary | 10001110 | 11100110 | 11101101 | 101000 | 11 | 0 | 111 | 10111000 | 1001001 | 1001010 |
Color Harmonies of #8EE6ED
Complementary color
Monochromatic Colors of #8EE6ED
Black with #8EE6ED
Text Example
Text Example
White with #8EE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE6ED; }
p { color: rgb(142,230,237); }
H1.HeaderClassName
{
color: #8EE6ED;
}
.AnyTagClassName
{
color: #8EE6ED;
}
</style>
background-color css
<style>
a { background-color: #8EE6ED; }
a { background-color: rgb(142,230,237); }
div.DivClassName
{
background-color: #8EE6ED;
}
.BgClassName
{
background-color: #8EE6ED;
}
</style>
border-color css
<style>
span { border-color: #8EE6ED; }
span { border-color: rgb(142,230,237); }
td.TdClassName
{
border-color: #8EE6ED;
}
.TagClassName
{
border-color: #8EE6ED;
}
</style>