Shades of Blizzard Blue #8FE5EF
Tints of Blizzard Blue #8FE5EF
RGB
CMYK
RGB Variations
Color information
#8FE5EF (or 0x8FE5EF) is known color: Blizzard Blue. HEX triplet: 8F, E5 and EF. RGB value is (143,229,239). Sum of RGB (Red+Green+Blue) = 143+229+239=611 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.40% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FE5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5EF is #701A10. Grayscale: #CCCCCC. Windows color (decimal): -7346705 or 15721871. OLE color: 15721871.
HSL color Cylindrical-coordinate representation of color #8FE5EF: hue angle of 186.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FE5EF is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 229 | 239 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.06 |
| HSL | 186.25º | 0.75% | 0.75% | - |
| HSV(B) | 186.25º | 0.4% | 0.94% | - |
| XYZ | 54.93 | 68.11 | 91.91 | - |
| YUV | 204.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 239 | 0.40 | 0.04 | 0 | 0.06 | 186.25 | 0.75 | 0.75 |
| Hex | 8F | E5 | EF | 28 | 4 | 0 | 6 | BA | 4B | 4B |
| Octal | 217 | 345 | 357 | 50 | 4 | 0 | 6 | 272 | 113 | 113 |
| Binary | 10001111 | 11100101 | 11101111 | 101000 | 100 | 0 | 110 | 10111010 | 1001011 | 1001011 |
Color Harmonies of #8FE5EF
Complementary color
Monochromatic Colors of #8FE5EF
Black with #8FE5EF
Text Example
Text Example
White with #8FE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5EF; }
p { color: rgb(143,229,239); }
H1.HeaderClassName
{
color: #8FE5EF;
}
.AnyTagClassName
{
color: #8FE5EF;
}
</style>
background-color css
<style>
a { background-color: #8FE5EF; }
a { background-color: rgb(143,229,239); }
div.DivClassName
{
background-color: #8FE5EF;
}
.BgClassName
{
background-color: #8FE5EF;
}
</style>
border-color css
<style>
span { border-color: #8FE5EF; }
span { border-color: rgb(143,229,239); }
td.TdClassName
{
border-color: #8FE5EF;
}
.TagClassName
{
border-color: #8FE5EF;
}
</style>