Shades of Blizzard Blue #8FEDEF
Tints of Blizzard Blue #8FEDEF
RGB
CMYK
RGB Variations
Color information
#8FEDEF (or 0x8FEDEF) is known color: Blizzard Blue. HEX triplet: 8F, ED and EF. RGB value is (143,237,239). Sum of RGB (Red+Green+Blue) = 143+237+239=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FEDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDEF is #701210. Grayscale: #D1D1D1. Windows color (decimal): -7344657 or 15723919. OLE color: 15723919.
HSL color Cylindrical-coordinate representation of color #8FEDEF: hue angle of 181.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 #8FEDEF is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 237 | 239 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.06 |
| HSL | 181.25º | 0.75% | 0.75% | - |
| HSV(B) | 181.25º | 0.4% | 0.94% | - |
| XYZ | 57.19 | 72.64 | 92.67 | - |
| YUV | 209.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 239 | 0.40 | 0.01 | 0 | 0.06 | 181.25 | 0.75 | 0.75 |
| Hex | 8F | ED | EF | 28 | 1 | 0 | 6 | B5 | 4B | 4B |
| Octal | 217 | 355 | 357 | 50 | 1 | 0 | 6 | 265 | 113 | 113 |
| Binary | 10001111 | 11101101 | 11101111 | 101000 | 1 | 0 | 110 | 10110101 | 1001011 | 1001011 |
Color Harmonies of #8FEDEF
Complementary color
Monochromatic Colors of #8FEDEF
Black with #8FEDEF
Text Example
Text Example
White with #8FEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDEF; }
p { color: rgb(143,237,239); }
H1.HeaderClassName
{
color: #8FEDEF;
}
.AnyTagClassName
{
color: #8FEDEF;
}
</style>
background-color css
<style>
a { background-color: #8FEDEF; }
a { background-color: rgb(143,237,239); }
div.DivClassName
{
background-color: #8FEDEF;
}
.BgClassName
{
background-color: #8FEDEF;
}
</style>
border-color css
<style>
span { border-color: #8FEDEF; }
span { border-color: rgb(143,237,239); }
td.TdClassName
{
border-color: #8FEDEF;
}
.TagClassName
{
border-color: #8FEDEF;
}
</style>