Shades of Blizzard Blue #8FEFE5
Tints of Blizzard Blue #8FEFE5
RGB
CMYK
RGB Variations
Color information
#8FEFE5 (or 0x8FEFE5) is known color: Blizzard Blue. HEX triplet: 8F, EF and E5. RGB value is (143,239,229). Sum of RGB (Red+Green+Blue) = 143+239+229=611 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.40% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFE5 is #70101A. Grayscale: #D1D1D1. Windows color (decimal): -7344155 or 15069071. OLE color: 15069071.
HSL color Cylindrical-coordinate representation of color #8FEFE5: hue angle of 173.75º 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 #8FEFE5 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 229 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.06 |
| HSL | 173.75º | 0.75% | 0.75% | - |
| HSV(B) | 173.75º | 0.4% | 0.94% | - |
| XYZ | 56.34 | 73.23 | 85.29 | - |
| YUV | 209.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 229 | 0.40 | 0 | 0.04 | 0.06 | 173.75 | 0.75 | 0.75 |
| Hex | 8F | EF | E5 | 28 | 0 | 4 | 6 | AE | 4B | 4B |
| Octal | 217 | 357 | 345 | 50 | 0 | 4 | 6 | 256 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11100101 | 101000 | 0 | 100 | 110 | 10101110 | 1001011 | 1001011 |
Color Harmonies of #8FEFE5
Complementary color
Monochromatic Colors of #8FEFE5
Black with #8FEFE5
Text Example
Text Example
White with #8FEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFE5; }
p { color: rgb(143,239,229); }
H1.HeaderClassName
{
color: #8FEFE5;
}
.AnyTagClassName
{
color: #8FEFE5;
}
</style>
background-color css
<style>
a { background-color: #8FEFE5; }
a { background-color: rgb(143,239,229); }
div.DivClassName
{
background-color: #8FEFE5;
}
.BgClassName
{
background-color: #8FEFE5;
}
</style>
border-color css
<style>
span { border-color: #8FEFE5; }
span { border-color: rgb(143,239,229); }
td.TdClassName
{
border-color: #8FEFE5;
}
.TagClassName
{
border-color: #8FEFE5;
}
</style>