Shades of Blizzard Blue #8EE5F1
Tints of Blizzard Blue #8EE5F1
RGB
CMYK
RGB Variations
Color information
#8EE5F1 (or 0x8EE5F1) is known color: Blizzard Blue. HEX triplet: 8E, E5 and F1. RGB value is (142,229,241). Sum of RGB (Red+Green+Blue) = 142+229+241=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #8EE5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE5F1 is #711A0E. Grayscale: #CCCCCC. Windows color (decimal): -7412239 or 15852942. OLE color: 15852942.
HSL color Cylindrical-coordinate representation of color #8EE5F1: hue angle of 187.27º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EE5F1 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 229 | 241 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.05 |
| HSL | 187.27º | 0.78% | 0.75% | - |
| HSV(B) | 187.27º | 0.41% | 0.95% | - |
| XYZ | 55.05 | 68.14 | 93.47 | - |
| YUV | 204.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 229 | 241 | 0.41 | 0.05 | 0 | 0.05 | 187.27 | 0.78 | 0.75 |
| Hex | 8E | E5 | F1 | 29 | 5 | 0 | 5 | BB | 4E | 4B |
| Octal | 216 | 345 | 361 | 51 | 5 | 0 | 5 | 273 | 116 | 113 |
| Binary | 10001110 | 11100101 | 11110001 | 101001 | 101 | 0 | 101 | 10111011 | 1001110 | 1001011 |
Color Harmonies of #8EE5F1
Complementary color
Monochromatic Colors of #8EE5F1
Black with #8EE5F1
Text Example
Text Example
White with #8EE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE5F1; }
p { color: rgb(142,229,241); }
H1.HeaderClassName
{
color: #8EE5F1;
}
.AnyTagClassName
{
color: #8EE5F1;
}
</style>
background-color css
<style>
a { background-color: #8EE5F1; }
a { background-color: rgb(142,229,241); }
div.DivClassName
{
background-color: #8EE5F1;
}
.BgClassName
{
background-color: #8EE5F1;
}
</style>
border-color css
<style>
span { border-color: #8EE5F1; }
span { border-color: rgb(142,229,241); }
td.TdClassName
{
border-color: #8EE5F1;
}
.TagClassName
{
border-color: #8EE5F1;
}
</style>