Shades of Blizzard Blue #9FECF0
Tints of Blizzard Blue #9FECF0
RGB
CMYK
RGB Variations
Color information
#9FECF0 (or 0x9FECF0) is known color: Blizzard Blue. HEX triplet: 9F, EC and F0. RGB value is (159,236,240). Sum of RGB (Red+Green+Blue) = 159+236+240=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECF0 is #60130F. Grayscale: #D5D5D5. Windows color (decimal): -6296336 or 15789215. OLE color: 15789215.
HSL color Cylindrical-coordinate representation of color #9FECF0: hue angle of 182.96º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FECF0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 236 | 240 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.06 |
| HSL | 182.96º | 0.73% | 0.78% | - |
| HSV(B) | 182.96º | 0.34% | 0.94% | - |
| XYZ | 60.02 | 73.65 | 93.49 | - |
| YUV | 213.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 240 | 0.34 | 0.02 | 0 | 0.06 | 182.96 | 0.73 | 0.78 |
| Hex | 9F | EC | F0 | 22 | 2 | 0 | 6 | B7 | 49 | 4E |
| Octal | 237 | 354 | 360 | 42 | 2 | 0 | 6 | 267 | 111 | 116 |
| Binary | 10011111 | 11101100 | 11110000 | 100010 | 10 | 0 | 110 | 10110111 | 1001001 | 1001110 |
Color Harmonies of #9FECF0
Complementary color
Monochromatic Colors of #9FECF0
Black with #9FECF0
Text Example
Text Example
White with #9FECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECF0; }
p { color: rgb(159,236,240); }
H1.HeaderClassName
{
color: #9FECF0;
}
.AnyTagClassName
{
color: #9FECF0;
}
</style>
background-color css
<style>
a { background-color: #9FECF0; }
a { background-color: rgb(159,236,240); }
div.DivClassName
{
background-color: #9FECF0;
}
.BgClassName
{
background-color: #9FECF0;
}
</style>
border-color css
<style>
span { border-color: #9FECF0; }
span { border-color: rgb(159,236,240); }
td.TdClassName
{
border-color: #9FECF0;
}
.TagClassName
{
border-color: #9FECF0;
}
</style>