Shades of Blizzard Blue #8EE6E5
Tints of Blizzard Blue #8EE6E5
RGB
CMYK
RGB Variations
Color information
#8EE6E5 (or 0x8EE6E5) is known color: Blizzard Blue. HEX triplet: 8E, E6 and E5. RGB value is (142,230,229). Sum of RGB (Red+Green+Blue) = 142+230+229=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE6E5 is #71191A. Grayscale: #CBCBCB. Windows color (decimal): -7411995 or 15066766. OLE color: 15066766.
HSL color Cylindrical-coordinate representation of color #8EE6E5: hue angle of 179.32º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE6E5 is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 230 | 229 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.10 |
| HSL | 179.32º | 0.64% | 0.73% | - |
| HSV(B) | 179.32º | 0.38% | 0.9% | - |
| XYZ | 53.6 | 68 | 84.43 | - |
| YUV | 203.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 230 | 229 | 0.38 | 0 | 0.00 | 0.10 | 179.32 | 0.64 | 0.73 |
| Hex | 8E | E6 | E5 | 26 | 0 | 0 | A | B3 | 40 | 49 |
| Octal | 216 | 346 | 345 | 46 | 0 | 0 | 12 | 263 | 100 | 111 |
| Binary | 10001110 | 11100110 | 11100101 | 100110 | 0 | 0 | 1010 | 10110011 | 1000000 | 1001001 |
Color Harmonies of #8EE6E5
Complementary color
Monochromatic Colors of #8EE6E5
Black with #8EE6E5
Text Example
Text Example
White with #8EE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE6E5; }
p { color: rgb(142,230,229); }
H1.HeaderClassName
{
color: #8EE6E5;
}
.AnyTagClassName
{
color: #8EE6E5;
}
</style>
background-color css
<style>
a { background-color: #8EE6E5; }
a { background-color: rgb(142,230,229); }
div.DivClassName
{
background-color: #8EE6E5;
}
.BgClassName
{
background-color: #8EE6E5;
}
</style>
border-color css
<style>
span { border-color: #8EE6E5; }
span { border-color: rgb(142,230,229); }
td.TdClassName
{
border-color: #8EE6E5;
}
.TagClassName
{
border-color: #8EE6E5;
}
</style>