Shades of Blizzard Blue #9FECFA
Tints of Blizzard Blue #9FECFA
RGB
CMYK
RGB Variations
Color information
#9FECFA (or 0x9FECFA) is known color: Blizzard Blue. HEX triplet: 9F, EC and FA. RGB value is (159,236,250). Sum of RGB (Red+Green+Blue) = 159+236+250=645 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.65% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECFA is #601305. Grayscale: #D6D6D6. Windows color (decimal): -6296326 or 16444575. OLE color: 16444575.
HSL color Cylindrical-coordinate representation of color #9FECFA: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FECFA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 236 | 250 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.02 |
| HSL | 189.23º | 0.9% | 0.8% | - |
| HSV(B) | 189.23º | 0.36% | 0.98% | - |
| XYZ | 61.55 | 74.26 | 101.53 | - |
| YUV | 214.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 250 | 0.36 | 0.06 | 0 | 0.02 | 189.23 | 0.9 | 0.8 |
| Hex | 9F | EC | FA | 24 | 6 | 0 | 2 | BD | 5A | 50 |
| Octal | 237 | 354 | 372 | 44 | 6 | 0 | 2 | 275 | 132 | 120 |
| Binary | 10011111 | 11101100 | 11111010 | 100100 | 110 | 0 | 10 | 10111101 | 1011010 | 1010000 |
Color Harmonies of #9FECFA
Complementary color
Monochromatic Colors of #9FECFA
Black with #9FECFA
Text Example
Text Example
White with #9FECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECFA; }
p { color: rgb(159,236,250); }
H1.HeaderClassName
{
color: #9FECFA;
}
.AnyTagClassName
{
color: #9FECFA;
}
</style>
background-color css
<style>
a { background-color: #9FECFA; }
a { background-color: rgb(159,236,250); }
div.DivClassName
{
background-color: #9FECFA;
}
.BgClassName
{
background-color: #9FECFA;
}
</style>
border-color css
<style>
span { border-color: #9FECFA; }
span { border-color: rgb(159,236,250); }
td.TdClassName
{
border-color: #9FECFA;
}
.TagClassName
{
border-color: #9FECFA;
}
</style>