Shades of Blizzard Blue #8EE5EE
Tints of Blizzard Blue #8EE5EE
RGB
CMYK
RGB Variations
Color information
#8EE5EE (or 0x8EE5EE) is known color: Blizzard Blue. HEX triplet: 8E, E5 and EE. RGB value is (142,229,238). Sum of RGB (Red+Green+Blue) = 142+229+238=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE5EE is #711A11. Grayscale: #CBCBCB. Windows color (decimal): -7412242 or 15656334. OLE color: 15656334.
HSL color Cylindrical-coordinate representation of color #8EE5EE: hue angle of 185.62º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EE5EE is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 229 | 238 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.07 |
| HSL | 185.63º | 0.74% | 0.75% | - |
| HSV(B) | 185.63º | 0.4% | 0.93% | - |
| XYZ | 54.61 | 67.96 | 91.13 | - |
| YUV | 204.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 229 | 238 | 0.40 | 0.04 | 0 | 0.07 | 185.63 | 0.74 | 0.75 |
| Hex | 8E | E5 | EE | 28 | 4 | 0 | 7 | BA | 4A | 4B |
| Octal | 216 | 345 | 356 | 50 | 4 | 0 | 7 | 272 | 112 | 113 |
| Binary | 10001110 | 11100101 | 11101110 | 101000 | 100 | 0 | 111 | 10111010 | 1001010 | 1001011 |
Color Harmonies of #8EE5EE
Complementary color
Monochromatic Colors of #8EE5EE
Black with #8EE5EE
Text Example
Text Example
White with #8EE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE5EE; }
p { color: rgb(142,229,238); }
H1.HeaderClassName
{
color: #8EE5EE;
}
.AnyTagClassName
{
color: #8EE5EE;
}
</style>
background-color css
<style>
a { background-color: #8EE5EE; }
a { background-color: rgb(142,229,238); }
div.DivClassName
{
background-color: #8EE5EE;
}
.BgClassName
{
background-color: #8EE5EE;
}
</style>
border-color css
<style>
span { border-color: #8EE5EE; }
span { border-color: rgb(142,229,238); }
td.TdClassName
{
border-color: #8EE5EE;
}
.TagClassName
{
border-color: #8EE5EE;
}
</style>