Shades of Blizzard Blue #8FE0EC
Tints of Blizzard Blue #8FE0EC
RGB
CMYK
RGB Variations
Color information
#8FE0EC (or 0x8FE0EC) is known color: Blizzard Blue. HEX triplet: 8F, E0 and EC. RGB value is (143,224,236). Sum of RGB (Red+Green+Blue) = 143+224+236=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE0EC is #701F13. Grayscale: #C9C9C9. Windows color (decimal): -7347988 or 15523983. OLE color: 15523983.
HSL color Cylindrical-coordinate representation of color #8FE0EC: hue angle of 187.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FE0EC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 224 | 236 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.07 |
| HSL | 187.74º | 0.71% | 0.74% | - |
| HSV(B) | 187.74º | 0.39% | 0.93% | - |
| XYZ | 53.12 | 65.21 | 89.14 | - |
| YUV | 201.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 236 | 0.39 | 0.05 | 0 | 0.07 | 187.74 | 0.71 | 0.74 |
| Hex | 8F | E0 | EC | 27 | 5 | 0 | 7 | BC | 47 | 4A |
| Octal | 217 | 340 | 354 | 47 | 5 | 0 | 7 | 274 | 107 | 112 |
| Binary | 10001111 | 11100000 | 11101100 | 100111 | 101 | 0 | 111 | 10111100 | 1000111 | 1001010 |
Color Harmonies of #8FE0EC
Complementary color
Monochromatic Colors of #8FE0EC
Black with #8FE0EC
Text Example
Text Example
White with #8FE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0EC; }
p { color: rgb(143,224,236); }
H1.HeaderClassName
{
color: #8FE0EC;
}
.AnyTagClassName
{
color: #8FE0EC;
}
</style>
background-color css
<style>
a { background-color: #8FE0EC; }
a { background-color: rgb(143,224,236); }
div.DivClassName
{
background-color: #8FE0EC;
}
.BgClassName
{
background-color: #8FE0EC;
}
</style>
border-color css
<style>
span { border-color: #8FE0EC; }
span { border-color: rgb(143,224,236); }
td.TdClassName
{
border-color: #8FE0EC;
}
.TagClassName
{
border-color: #8FE0EC;
}
</style>