Shades of Blizzard Blue #8EE6EE
Tints of Blizzard Blue #8EE6EE
RGB
CMYK
RGB Variations
Color information
#8EE6EE (or 0x8EE6EE) is known color: Blizzard Blue. HEX triplet: 8E, E6 and EE. RGB value is (142,230,238). Sum of RGB (Red+Green+Blue) = 142+230+238=610 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.28% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EE6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE6EE is #711911. Grayscale: #CCCCCC. Windows color (decimal): -7411986 or 15656590. OLE color: 15656590.
HSL color Cylindrical-coordinate representation of color #8EE6EE: hue angle of 185º 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 #8EE6EE is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 230 | 238 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.07 |
| HSL | 185º | 0.74% | 0.75% | - |
| HSV(B) | 185º | 0.4% | 0.93% | - |
| XYZ | 54.88 | 68.52 | 91.22 | - |
| YUV | 204.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 230 | 238 | 0.40 | 0.03 | 0 | 0.07 | 185 | 0.74 | 0.75 |
| Hex | 8E | E6 | EE | 28 | 3 | 0 | 7 | B9 | 4A | 4B |
| Octal | 216 | 346 | 356 | 50 | 3 | 0 | 7 | 271 | 112 | 113 |
| Binary | 10001110 | 11100110 | 11101110 | 101000 | 11 | 0 | 111 | 10111001 | 1001010 | 1001011 |
Color Harmonies of #8EE6EE
Complementary color
Monochromatic Colors of #8EE6EE
Black with #8EE6EE
Text Example
Text Example
White with #8EE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE6EE; }
p { color: rgb(142,230,238); }
H1.HeaderClassName
{
color: #8EE6EE;
}
.AnyTagClassName
{
color: #8EE6EE;
}
</style>
background-color css
<style>
a { background-color: #8EE6EE; }
a { background-color: rgb(142,230,238); }
div.DivClassName
{
background-color: #8EE6EE;
}
.BgClassName
{
background-color: #8EE6EE;
}
</style>
border-color css
<style>
span { border-color: #8EE6EE; }
span { border-color: rgb(142,230,238); }
td.TdClassName
{
border-color: #8EE6EE;
}
.TagClassName
{
border-color: #8EE6EE;
}
</style>