Shades of Blizzard Blue #8EEBE8
Tints of Blizzard Blue #8EEBE8
RGB
CMYK
RGB Variations
Color information
#8EEBE8 (or 0x8EEBE8) is known color: Blizzard Blue. HEX triplet: 8E, EB and E8. RGB value is (142,235,232). Sum of RGB (Red+Green+Blue) = 142+235+232=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBE8 is #711417. Grayscale: #CECECE. Windows color (decimal): -7410712 or 15264654. OLE color: 15264654.
HSL color Cylindrical-coordinate representation of color #8EEBE8: hue angle of 178.06º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBE8 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 235 | 232 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.08 |
| HSL | 178.06º | 0.7% | 0.74% | - |
| HSV(B) | 178.06º | 0.4% | 0.92% | - |
| XYZ | 55.43 | 70.99 | 87.13 | - |
| YUV | 206.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 232 | 0.40 | 0 | 0.01 | 0.08 | 178.06 | 0.7 | 0.74 |
| Hex | 8E | EB | E8 | 28 | 0 | 1 | 8 | B2 | 46 | 4A |
| Octal | 216 | 353 | 350 | 50 | 0 | 1 | 10 | 262 | 106 | 112 |
| Binary | 10001110 | 11101011 | 11101000 | 101000 | 0 | 1 | 1000 | 10110010 | 1000110 | 1001010 |
Color Harmonies of #8EEBE8
Complementary color
Monochromatic Colors of #8EEBE8
Black with #8EEBE8
Text Example
Text Example
White with #8EEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBE8; }
p { color: rgb(142,235,232); }
H1.HeaderClassName
{
color: #8EEBE8;
}
.AnyTagClassName
{
color: #8EEBE8;
}
</style>
background-color css
<style>
a { background-color: #8EEBE8; }
a { background-color: rgb(142,235,232); }
div.DivClassName
{
background-color: #8EEBE8;
}
.BgClassName
{
background-color: #8EEBE8;
}
</style>
border-color css
<style>
span { border-color: #8EEBE8; }
span { border-color: rgb(142,235,232); }
td.TdClassName
{
border-color: #8EEBE8;
}
.TagClassName
{
border-color: #8EEBE8;
}
</style>