Shades of Blizzard Blue #9FECFC
Tints of Blizzard Blue #9FECFC
RGB
CMYK
RGB Variations
Color information
#9FECFC (or 0x9FECFC) is known color: Blizzard Blue. HEX triplet: 9F, EC and FC. RGB value is (159,236,252). Sum of RGB (Red+Green+Blue) = 159+236+252=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECFC is #601303. Grayscale: #D6D6D6. Windows color (decimal): -6296324 or 16575647. OLE color: 16575647.
HSL color Cylindrical-coordinate representation of color #9FECFC: hue angle of 190.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FECFC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 159 | 236 | 252 | - |
CMYK | 0.37 | 0.06 | 0 | 0.01 |
HSL | 190.32º | 0.94% | 0.81% | - |
HSV(B) | 190.32º | 0.37% | 0.99% | - |
XYZ | 61.86 | 74.39 | 103.19 | - |
YUV | 214.8 | 148.99 | 88.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 236 | 252 | 0.37 | 0.06 | 0 | 0.01 | 190.32 | 0.94 | 0.81 |
Hex | 9F | EC | FC | 25 | 6 | 0 | 1 | BE | 5E | 51 |
Octal | 237 | 354 | 374 | 45 | 6 | 0 | 1 | 276 | 136 | 121 |
Binary | 10011111 | 11101100 | 11111100 | 100101 | 110 | 0 | 1 | 10111110 | 1011110 | 1010001 |
Color Harmonies of #9FECFC
Complementary color
Monochromatic Colors of #9FECFC
Black with #9FECFC
Text Example
Text Example
White with #9FECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECFC; }
p { color: rgb(159,236,252); }
H1.HeaderClassName
{
color: #9FECFC;
}
.AnyTagClassName
{
color: #9FECFC;
}
</style>
background-color css
<style>
a { background-color: #9FECFC; }
a { background-color: rgb(159,236,252); }
div.DivClassName
{
background-color: #9FECFC;
}
.BgClassName
{
background-color: #9FECFC;
}
</style>
border-color css
<style>
span { border-color: #9FECFC; }
span { border-color: rgb(159,236,252); }
td.TdClassName
{
border-color: #9FECFC;
}
.TagClassName
{
border-color: #9FECFC;
}
</style>