Shades of Blizzard Blue #9FECFD
Tints of Blizzard Blue #9FECFD
RGB
CMYK
RGB Variations
Color information
#9FECFD (or 0x9FECFD) is known color: Blizzard Blue. HEX triplet: 9F, EC and FD. RGB value is (159,236,253). Sum of RGB (Red+Green+Blue) = 159+236+253=648 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.54% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECFD is #601302. Grayscale: #D6D6D6. Windows color (decimal): -6296323 or 16641183. OLE color: 16641183.
HSL color Cylindrical-coordinate representation of color #9FECFD: hue angle of 190.85º degrees, saturation: 0.96, 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 #9FECFD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 236 | 253 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.01 |
| HSL | 190.85º | 0.96% | 0.81% | - |
| HSV(B) | 190.85º | 0.37% | 0.99% | - |
| XYZ | 62.02 | 74.45 | 104.03 | - |
| YUV | 214.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 253 | 0.37 | 0.07 | 0 | 0.01 | 190.85 | 0.96 | 0.81 |
| Hex | 9F | EC | FD | 25 | 7 | 0 | 1 | BF | 60 | 51 |
| Octal | 237 | 354 | 375 | 45 | 7 | 0 | 1 | 277 | 140 | 121 |
| Binary | 10011111 | 11101100 | 11111101 | 100101 | 111 | 0 | 1 | 10111111 | 1100000 | 1010001 |
Color Harmonies of #9FECFD
Complementary color
Monochromatic Colors of #9FECFD
Black with #9FECFD
Text Example
Text Example
White with #9FECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECFD; }
p { color: rgb(159,236,253); }
H1.HeaderClassName
{
color: #9FECFD;
}
.AnyTagClassName
{
color: #9FECFD;
}
</style>
background-color css
<style>
a { background-color: #9FECFD; }
a { background-color: rgb(159,236,253); }
div.DivClassName
{
background-color: #9FECFD;
}
.BgClassName
{
background-color: #9FECFD;
}
</style>
border-color css
<style>
span { border-color: #9FECFD; }
span { border-color: rgb(159,236,253); }
td.TdClassName
{
border-color: #9FECFD;
}
.TagClassName
{
border-color: #9FECFD;
}
</style>