Shades of Blizzard Blue #9FECF1
Tints of Blizzard Blue #9FECF1
RGB
CMYK
RGB Variations
Color information
#9FECF1 (or 0x9FECF1) is known color: Blizzard Blue. HEX triplet: 9F, EC and F1. RGB value is (159,236,241). Sum of RGB (Red+Green+Blue) = 159+236+241=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECF1 is #60130E. Grayscale: #D5D5D5. Windows color (decimal): -6296335 or 15854751. OLE color: 15854751.
HSL color Cylindrical-coordinate representation of color #9FECF1: hue angle of 183.66º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FECF1 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 236 | 241 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.05 |
| HSL | 183.66º | 0.75% | 0.78% | - |
| HSV(B) | 183.66º | 0.34% | 0.95% | - |
| XYZ | 60.17 | 73.71 | 94.28 | - |
| YUV | 213.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 241 | 0.34 | 0.02 | 0 | 0.05 | 183.66 | 0.75 | 0.78 |
| Hex | 9F | EC | F1 | 22 | 2 | 0 | 5 | B8 | 4B | 4E |
| Octal | 237 | 354 | 361 | 42 | 2 | 0 | 5 | 270 | 113 | 116 |
| Binary | 10011111 | 11101100 | 11110001 | 100010 | 10 | 0 | 101 | 10111000 | 1001011 | 1001110 |
Color Harmonies of #9FECF1
Complementary color
Monochromatic Colors of #9FECF1
Black with #9FECF1
Text Example
Text Example
White with #9FECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECF1; }
p { color: rgb(159,236,241); }
H1.HeaderClassName
{
color: #9FECF1;
}
.AnyTagClassName
{
color: #9FECF1;
}
</style>
background-color css
<style>
a { background-color: #9FECF1; }
a { background-color: rgb(159,236,241); }
div.DivClassName
{
background-color: #9FECF1;
}
.BgClassName
{
background-color: #9FECF1;
}
</style>
border-color css
<style>
span { border-color: #9FECF1; }
span { border-color: rgb(159,236,241); }
td.TdClassName
{
border-color: #9FECF1;
}
.TagClassName
{
border-color: #9FECF1;
}
</style>