Shades of Blizzard Blue #8EE7EC
Tints of Blizzard Blue #8EE7EC
RGB
CMYK
RGB Variations
Color information
#8EE7EC (or 0x8EE7EC) is known color: Blizzard Blue. HEX triplet: 8E, E7 and EC. RGB value is (142,231,236). Sum of RGB (Red+Green+Blue) = 142+231+236=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE7EC is #711813. Grayscale: #CCCCCC. Windows color (decimal): -7411732 or 15525774. OLE color: 15525774.
HSL color Cylindrical-coordinate representation of color #8EE7EC: hue angle of 183.19º 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 #8EE7EC is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 231 | 236 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.07 |
| HSL | 183.19º | 0.71% | 0.74% | - |
| HSV(B) | 183.19º | 0.4% | 0.93% | - |
| XYZ | 54.87 | 68.96 | 89.78 | - |
| YUV | 204.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 231 | 236 | 0.40 | 0.02 | 0 | 0.07 | 183.19 | 0.71 | 0.74 |
| Hex | 8E | E7 | EC | 28 | 2 | 0 | 7 | B7 | 47 | 4A |
| Octal | 216 | 347 | 354 | 50 | 2 | 0 | 7 | 267 | 107 | 112 |
| Binary | 10001110 | 11100111 | 11101100 | 101000 | 10 | 0 | 111 | 10110111 | 1000111 | 1001010 |
Color Harmonies of #8EE7EC
Complementary color
Monochromatic Colors of #8EE7EC
Black with #8EE7EC
Text Example
Text Example
White with #8EE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE7EC; }
p { color: rgb(142,231,236); }
H1.HeaderClassName
{
color: #8EE7EC;
}
.AnyTagClassName
{
color: #8EE7EC;
}
</style>
background-color css
<style>
a { background-color: #8EE7EC; }
a { background-color: rgb(142,231,236); }
div.DivClassName
{
background-color: #8EE7EC;
}
.BgClassName
{
background-color: #8EE7EC;
}
</style>
border-color css
<style>
span { border-color: #8EE7EC; }
span { border-color: rgb(142,231,236); }
td.TdClassName
{
border-color: #8EE7EC;
}
.TagClassName
{
border-color: #8EE7EC;
}
</style>