Shades of Blizzard Blue #8EE6F0
Tints of Blizzard Blue #8EE6F0
RGB
CMYK
RGB Variations
Color information
#8EE6F0 (or 0x8EE6F0) is known color: Blizzard Blue. HEX triplet: 8E, E6 and F0. RGB value is (142,230,240). Sum of RGB (Red+Green+Blue) = 142+230+240=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #8EE6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE6F0 is #71190F. Grayscale: #CCCCCC. Windows color (decimal): -7411984 or 15787662. OLE color: 15787662.
HSL color Cylindrical-coordinate representation of color #8EE6F0: hue angle of 186.12º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EE6F0 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 230 | 240 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.06 |
| HSL | 186.12º | 0.77% | 0.75% | - |
| HSV(B) | 186.12º | 0.41% | 0.94% | - |
| XYZ | 55.18 | 68.64 | 92.78 | - |
| YUV | 204.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 230 | 240 | 0.41 | 0.04 | 0 | 0.06 | 186.12 | 0.77 | 0.75 |
| Hex | 8E | E6 | F0 | 29 | 4 | 0 | 6 | BA | 4D | 4B |
| Octal | 216 | 346 | 360 | 51 | 4 | 0 | 6 | 272 | 115 | 113 |
| Binary | 10001110 | 11100110 | 11110000 | 101001 | 100 | 0 | 110 | 10111010 | 1001101 | 1001011 |
Color Harmonies of #8EE6F0
Complementary color
Monochromatic Colors of #8EE6F0
Black with #8EE6F0
Text Example
Text Example
White with #8EE6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE6F0; }
p { color: rgb(142,230,240); }
H1.HeaderClassName
{
color: #8EE6F0;
}
.AnyTagClassName
{
color: #8EE6F0;
}
</style>
background-color css
<style>
a { background-color: #8EE6F0; }
a { background-color: rgb(142,230,240); }
div.DivClassName
{
background-color: #8EE6F0;
}
.BgClassName
{
background-color: #8EE6F0;
}
</style>
border-color css
<style>
span { border-color: #8EE6F0; }
span { border-color: rgb(142,230,240); }
td.TdClassName
{
border-color: #8EE6F0;
}
.TagClassName
{
border-color: #8EE6F0;
}
</style>