Shades of Blizzard Blue #9FDDEF
Tints of Blizzard Blue #9FDDEF
RGB
CMYK
RGB Variations
Color information
#9FDDEF (or 0x9FDDEF) is known color: Blizzard Blue. HEX triplet: 9F, DD and EF. RGB value is (159,221,239). Sum of RGB (Red+Green+Blue) = 159+221+239=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDEF is #602210. Grayscale: #CCCCCC. Windows color (decimal): -6300177 or 15719839. OLE color: 15719839.
HSL color Cylindrical-coordinate representation of color #9FDDEF: hue angle of 193.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDDEF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 221 | 239 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.06 |
| HSL | 193.5º | 0.71% | 0.78% | - |
| HSV(B) | 193.5º | 0.33% | 0.94% | - |
| XYZ | 55.73 | 65.32 | 91.33 | - |
| YUV | 204.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 239 | 0.33 | 0.08 | 0 | 0.06 | 193.5 | 0.71 | 0.78 |
| Hex | 9F | DD | EF | 21 | 8 | 0 | 6 | C2 | 47 | 4E |
| Octal | 237 | 335 | 357 | 41 | 10 | 0 | 6 | 302 | 107 | 116 |
| Binary | 10011111 | 11011101 | 11101111 | 100001 | 1000 | 0 | 110 | 11000010 | 1000111 | 1001110 |
Color Harmonies of #9FDDEF
Complementary color
Monochromatic Colors of #9FDDEF
Black with #9FDDEF
Text Example
Text Example
White with #9FDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDEF; }
p { color: rgb(159,221,239); }
H1.HeaderClassName
{
color: #9FDDEF;
}
.AnyTagClassName
{
color: #9FDDEF;
}
</style>
background-color css
<style>
a { background-color: #9FDDEF; }
a { background-color: rgb(159,221,239); }
div.DivClassName
{
background-color: #9FDDEF;
}
.BgClassName
{
background-color: #9FDDEF;
}
</style>
border-color css
<style>
span { border-color: #9FDDEF; }
span { border-color: rgb(159,221,239); }
td.TdClassName
{
border-color: #9FDDEF;
}
.TagClassName
{
border-color: #9FDDEF;
}
</style>