Shades of Blizzard Blue #8EE2EE
Tints of Blizzard Blue #8EE2EE
RGB
CMYK
RGB Variations
Color information
#8EE2EE (or 0x8EE2EE) is known color: Blizzard Blue. HEX triplet: 8E, E2 and EE. RGB value is (142,226,238). Sum of RGB (Red+Green+Blue) = 142+226+238=606 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.43% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE2EE is #711D11. Grayscale: #CACACA. Windows color (decimal): -7413010 or 15655566. OLE color: 15655566.
HSL color Cylindrical-coordinate representation of color #8EE2EE: hue angle of 187.5º 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 #8EE2EE is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 226 | 238 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.07 |
| HSL | 187.5º | 0.74% | 0.75% | - |
| HSV(B) | 187.5º | 0.4% | 0.93% | - |
| XYZ | 53.78 | 66.32 | 90.85 | - |
| YUV | 202.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 238 | 0.40 | 0.05 | 0 | 0.07 | 187.5 | 0.74 | 0.75 |
| Hex | 8E | E2 | EE | 28 | 5 | 0 | 7 | BC | 4A | 4B |
| Octal | 216 | 342 | 356 | 50 | 5 | 0 | 7 | 274 | 112 | 113 |
| Binary | 10001110 | 11100010 | 11101110 | 101000 | 101 | 0 | 111 | 10111100 | 1001010 | 1001011 |
Color Harmonies of #8EE2EE
Complementary color
Monochromatic Colors of #8EE2EE
Black with #8EE2EE
Text Example
Text Example
White with #8EE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE2EE; }
p { color: rgb(142,226,238); }
H1.HeaderClassName
{
color: #8EE2EE;
}
.AnyTagClassName
{
color: #8EE2EE;
}
</style>
background-color css
<style>
a { background-color: #8EE2EE; }
a { background-color: rgb(142,226,238); }
div.DivClassName
{
background-color: #8EE2EE;
}
.BgClassName
{
background-color: #8EE2EE;
}
</style>
border-color css
<style>
span { border-color: #8EE2EE; }
span { border-color: rgb(142,226,238); }
td.TdClassName
{
border-color: #8EE2EE;
}
.TagClassName
{
border-color: #8EE2EE;
}
</style>