Shades of Blizzard Blue #9FDFF0
Tints of Blizzard Blue #9FDFF0
RGB
CMYK
RGB Variations
Color information
#9FDFF0 (or 0x9FDFF0) is known color: Blizzard Blue. HEX triplet: 9F, DF and F0. RGB value is (159,223,240). Sum of RGB (Red+Green+Blue) = 159+223+240=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFF0 is #60200F. Grayscale: #CDCDCD. Windows color (decimal): -6299664 or 15785887. OLE color: 15785887.
HSL color Cylindrical-coordinate representation of color #9FDFF0: hue angle of 192.59º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FDFF0 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 223 | 240 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.06 |
| HSL | 192.59º | 0.73% | 0.78% | - |
| HSV(B) | 192.59º | 0.34% | 0.94% | - |
| XYZ | 56.41 | 66.44 | 92.29 | - |
| YUV | 205.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 240 | 0.34 | 0.07 | 0 | 0.06 | 192.59 | 0.73 | 0.78 |
| Hex | 9F | DF | F0 | 22 | 7 | 0 | 6 | C1 | 49 | 4E |
| Octal | 237 | 337 | 360 | 42 | 7 | 0 | 6 | 301 | 111 | 116 |
| Binary | 10011111 | 11011111 | 11110000 | 100010 | 111 | 0 | 110 | 11000001 | 1001001 | 1001110 |
Color Harmonies of #9FDFF0
Complementary color
Monochromatic Colors of #9FDFF0
Black with #9FDFF0
Text Example
Text Example
White with #9FDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFF0; }
p { color: rgb(159,223,240); }
H1.HeaderClassName
{
color: #9FDFF0;
}
.AnyTagClassName
{
color: #9FDFF0;
}
</style>
background-color css
<style>
a { background-color: #9FDFF0; }
a { background-color: rgb(159,223,240); }
div.DivClassName
{
background-color: #9FDFF0;
}
.BgClassName
{
background-color: #9FDFF0;
}
</style>
border-color css
<style>
span { border-color: #9FDFF0; }
span { border-color: rgb(159,223,240); }
td.TdClassName
{
border-color: #9FDFF0;
}
.TagClassName
{
border-color: #9FDFF0;
}
</style>