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