Shades of Blizzard Blue #8FE2EF
Tints of Blizzard Blue #8FE2EF
RGB
CMYK
RGB Variations
Color information
#8FE2EF (or 0x8FE2EF) is known color: Blizzard Blue. HEX triplet: 8F, E2 and EF. RGB value is (143,226,239). Sum of RGB (Red+Green+Blue) = 143+226+239=608 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.52% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE2EF is #701D10. Grayscale: #CACACA. Windows color (decimal): -7347473 or 15721103. OLE color: 15721103.
HSL color Cylindrical-coordinate representation of color #8FE2EF: hue angle of 188.12º 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 #8FE2EF is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 226 | 239 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.06 |
| HSL | 188.13º | 0.75% | 0.75% | - |
| HSV(B) | 188.13º | 0.4% | 0.94% | - |
| XYZ | 54.1 | 66.46 | 91.64 | - |
| YUV | 202.67 | 148.5 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 239 | 0.40 | 0.05 | 0 | 0.06 | 188.13 | 0.75 | 0.75 |
| Hex | 8F | E2 | EF | 28 | 5 | 0 | 6 | BC | 4B | 4B |
| Octal | 217 | 342 | 357 | 50 | 5 | 0 | 6 | 274 | 113 | 113 |
| Binary | 10001111 | 11100010 | 11101111 | 101000 | 101 | 0 | 110 | 10111100 | 1001011 | 1001011 |
Color Harmonies of #8FE2EF
Complementary color
Monochromatic Colors of #8FE2EF
Black with #8FE2EF
Text Example
Text Example
White with #8FE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE2EF; }
p { color: rgb(143,226,239); }
H1.HeaderClassName
{
color: #8FE2EF;
}
.AnyTagClassName
{
color: #8FE2EF;
}
</style>
background-color css
<style>
a { background-color: #8FE2EF; }
a { background-color: rgb(143,226,239); }
div.DivClassName
{
background-color: #8FE2EF;
}
.BgClassName
{
background-color: #8FE2EF;
}
</style>
border-color css
<style>
span { border-color: #8FE2EF; }
span { border-color: rgb(143,226,239); }
td.TdClassName
{
border-color: #8FE2EF;
}
.TagClassName
{
border-color: #8FE2EF;
}
</style>