Shades of Blizzard Blue #8FE4ED
Tints of Blizzard Blue #8FE4ED
RGB
CMYK
RGB Variations
Color information
#8FE4ED (or 0x8FE4ED) is known color: Blizzard Blue. HEX triplet: 8F, E4 and ED. RGB value is (143,228,237). Sum of RGB (Red+Green+Blue) = 143+228+237=608 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.52% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE4ED is #701B12. Grayscale: #CBCBCB. Windows color (decimal): -7346963 or 15590543. OLE color: 15590543.
HSL color Cylindrical-coordinate representation of color #8FE4ED: hue angle of 185.74º degrees, saturation: 0.72, 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 #8FE4ED is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 228 | 237 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.07 |
| HSL | 185.74º | 0.72% | 0.75% | - |
| HSV(B) | 185.74º | 0.4% | 0.93% | - |
| XYZ | 54.36 | 67.44 | 90.27 | - |
| YUV | 203.61 | 146.84 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 237 | 0.40 | 0.04 | 0 | 0.07 | 185.74 | 0.72 | 0.75 |
| Hex | 8F | E4 | ED | 28 | 4 | 0 | 7 | BA | 48 | 4B |
| Octal | 217 | 344 | 355 | 50 | 4 | 0 | 7 | 272 | 110 | 113 |
| Binary | 10001111 | 11100100 | 11101101 | 101000 | 100 | 0 | 111 | 10111010 | 1001000 | 1001011 |
Color Harmonies of #8FE4ED
Complementary color
Monochromatic Colors of #8FE4ED
Black with #8FE4ED
Text Example
Text Example
White with #8FE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE4ED; }
p { color: rgb(143,228,237); }
H1.HeaderClassName
{
color: #8FE4ED;
}
.AnyTagClassName
{
color: #8FE4ED;
}
</style>
background-color css
<style>
a { background-color: #8FE4ED; }
a { background-color: rgb(143,228,237); }
div.DivClassName
{
background-color: #8FE4ED;
}
.BgClassName
{
background-color: #8FE4ED;
}
</style>
border-color css
<style>
span { border-color: #8FE4ED; }
span { border-color: rgb(143,228,237); }
td.TdClassName
{
border-color: #8FE4ED;
}
.TagClassName
{
border-color: #8FE4ED;
}
</style>