Shades of Blizzard Blue #8EE9EA
Tints of Blizzard Blue #8EE9EA
RGB
CMYK
RGB Variations
Color information
#8EE9EA (or 0x8EE9EA) is known color: Blizzard Blue. HEX triplet: 8E, E9 and EA. RGB value is (142,233,234). Sum of RGB (Red+Green+Blue) = 142+233+234=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EE9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE9EA is #711615. Grayscale: #CDCDCD. Windows color (decimal): -7411222 or 15395214. OLE color: 15395214.
HSL color Cylindrical-coordinate representation of color #8EE9EA: hue angle of 180.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE9EA is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 233 | 234 | - |
| CMYK | 0.39 | 0.00 | 0 | 0.08 |
| HSL | 180.65º | 0.69% | 0.74% | - |
| HSV(B) | 180.65º | 0.39% | 0.92% | - |
| XYZ | 55.15 | 69.97 | 88.44 | - |
| YUV | 205.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 234 | 0.39 | 0.00 | 0 | 0.08 | 180.65 | 0.69 | 0.74 |
| Hex | 8E | E9 | EA | 27 | 0 | 0 | 8 | B5 | 45 | 4A |
| Octal | 216 | 351 | 352 | 47 | 0 | 0 | 10 | 265 | 105 | 112 |
| Binary | 10001110 | 11101001 | 11101010 | 100111 | 0 | 0 | 1000 | 10110101 | 1000101 | 1001010 |
Color Harmonies of #8EE9EA
Complementary color
Monochromatic Colors of #8EE9EA
Black with #8EE9EA
Text Example
Text Example
White with #8EE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE9EA; }
p { color: rgb(142,233,234); }
H1.HeaderClassName
{
color: #8EE9EA;
}
.AnyTagClassName
{
color: #8EE9EA;
}
</style>
background-color css
<style>
a { background-color: #8EE9EA; }
a { background-color: rgb(142,233,234); }
div.DivClassName
{
background-color: #8EE9EA;
}
.BgClassName
{
background-color: #8EE9EA;
}
</style>
border-color css
<style>
span { border-color: #8EE9EA; }
span { border-color: rgb(142,233,234); }
td.TdClassName
{
border-color: #8EE9EA;
}
.TagClassName
{
border-color: #8EE9EA;
}
</style>