Shades of Blizzard Blue #9FECFB
Tints of Blizzard Blue #9FECFB
RGB
CMYK
RGB Variations
Color information
#9FECFB (or 0x9FECFB) is known color: Blizzard Blue. HEX triplet: 9F, EC and FB. RGB value is (159,236,251). Sum of RGB (Red+Green+Blue) = 159+236+251=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECFB is #601304. Grayscale: #D6D6D6. Windows color (decimal): -6296325 or 16510111. OLE color: 16510111.
HSL color Cylindrical-coordinate representation of color #9FECFB: hue angle of 189.78º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FECFB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 236 | 251 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.02 |
| HSL | 189.78º | 0.92% | 0.8% | - |
| HSV(B) | 189.78º | 0.37% | 0.98% | - |
| XYZ | 61.71 | 74.33 | 102.36 | - |
| YUV | 214.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 251 | 0.37 | 0.06 | 0 | 0.02 | 189.78 | 0.92 | 0.8 |
| Hex | 9F | EC | FB | 25 | 6 | 0 | 2 | BE | 5C | 50 |
| Octal | 237 | 354 | 373 | 45 | 6 | 0 | 2 | 276 | 134 | 120 |
| Binary | 10011111 | 11101100 | 11111011 | 100101 | 110 | 0 | 10 | 10111110 | 1011100 | 1010000 |
Color Harmonies of #9FECFB
Complementary color
Monochromatic Colors of #9FECFB
Black with #9FECFB
Text Example
Text Example
White with #9FECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECFB; }
p { color: rgb(159,236,251); }
H1.HeaderClassName
{
color: #9FECFB;
}
.AnyTagClassName
{
color: #9FECFB;
}
</style>
background-color css
<style>
a { background-color: #9FECFB; }
a { background-color: rgb(159,236,251); }
div.DivClassName
{
background-color: #9FECFB;
}
.BgClassName
{
background-color: #9FECFB;
}
</style>
border-color css
<style>
span { border-color: #9FECFB; }
span { border-color: rgb(159,236,251); }
td.TdClassName
{
border-color: #9FECFB;
}
.TagClassName
{
border-color: #9FECFB;
}
</style>