Shades of Blizzard Blue #8FE7EF
Tints of Blizzard Blue #8FE7EF
RGB
CMYK
RGB Variations
Color information
#8FE7EF (or 0x8FE7EF) is known color: Blizzard Blue. HEX triplet: 8F, E7 and EF. RGB value is (143,231,239). Sum of RGB (Red+Green+Blue) = 143+231+239=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7EF is #701810. Grayscale: #CDCDCD. Windows color (decimal): -7346193 or 15722383. OLE color: 15722383.
HSL color Cylindrical-coordinate representation of color #8FE7EF: hue angle of 185º 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 #8FE7EF is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 231 | 239 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.06 |
| HSL | 185º | 0.75% | 0.75% | - |
| HSV(B) | 185º | 0.4% | 0.94% | - |
| XYZ | 55.48 | 69.22 | 92.1 | - |
| YUV | 205.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 239 | 0.40 | 0.03 | 0 | 0.06 | 185 | 0.75 | 0.75 |
| Hex | 8F | E7 | EF | 28 | 3 | 0 | 6 | B9 | 4B | 4B |
| Octal | 217 | 347 | 357 | 50 | 3 | 0 | 6 | 271 | 113 | 113 |
| Binary | 10001111 | 11100111 | 11101111 | 101000 | 11 | 0 | 110 | 10111001 | 1001011 | 1001011 |
Color Harmonies of #8FE7EF
Complementary color
Monochromatic Colors of #8FE7EF
Black with #8FE7EF
Text Example
Text Example
White with #8FE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE7EF; }
p { color: rgb(143,231,239); }
H1.HeaderClassName
{
color: #8FE7EF;
}
.AnyTagClassName
{
color: #8FE7EF;
}
</style>
background-color css
<style>
a { background-color: #8FE7EF; }
a { background-color: rgb(143,231,239); }
div.DivClassName
{
background-color: #8FE7EF;
}
.BgClassName
{
background-color: #8FE7EF;
}
</style>
border-color css
<style>
span { border-color: #8FE7EF; }
span { border-color: rgb(143,231,239); }
td.TdClassName
{
border-color: #8FE7EF;
}
.TagClassName
{
border-color: #8FE7EF;
}
</style>