Shades of Blizzard Blue #8EE8F5
Tints of Blizzard Blue #8EE8F5
RGB
CMYK
RGB Variations
Color information
#8EE8F5 (or 0x8EE8F5) is known color: Blizzard Blue. HEX triplet: 8E, E8 and F5. RGB value is (142,232,245). Sum of RGB (Red+Green+Blue) = 142+232+245=619 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.94% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #8EE8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE8F5 is #71170A. Grayscale: #CECECE. Windows color (decimal): -7411467 or 16115854. OLE color: 16115854.
HSL color Cylindrical-coordinate representation of color #8EE8F5: hue angle of 187.57º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EE8F5 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 232 | 245 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.04 |
| HSL | 187.57º | 0.84% | 0.76% | - |
| HSV(B) | 187.57º | 0.42% | 0.96% | - |
| XYZ | 56.49 | 70.06 | 96.93 | - |
| YUV | 206.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 245 | 0.42 | 0.05 | 0 | 0.04 | 187.57 | 0.84 | 0.76 |
| Hex | 8E | E8 | F5 | 2A | 5 | 0 | 4 | BC | 54 | 4C |
| Octal | 216 | 350 | 365 | 52 | 5 | 0 | 4 | 274 | 124 | 114 |
| Binary | 10001110 | 11101000 | 11110101 | 101010 | 101 | 0 | 100 | 10111100 | 1010100 | 1001100 |
Color Harmonies of #8EE8F5
Complementary color
Monochromatic Colors of #8EE8F5
Black with #8EE8F5
Text Example
Text Example
White with #8EE8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE8F5; }
p { color: rgb(142,232,245); }
H1.HeaderClassName
{
color: #8EE8F5;
}
.AnyTagClassName
{
color: #8EE8F5;
}
</style>
background-color css
<style>
a { background-color: #8EE8F5; }
a { background-color: rgb(142,232,245); }
div.DivClassName
{
background-color: #8EE8F5;
}
.BgClassName
{
background-color: #8EE8F5;
}
</style>
border-color css
<style>
span { border-color: #8EE8F5; }
span { border-color: rgb(142,232,245); }
td.TdClassName
{
border-color: #8EE8F5;
}
.TagClassName
{
border-color: #8EE8F5;
}
</style>