Shades of Blizzard Blue #9FDDEE
Tints of Blizzard Blue #9FDDEE
RGB
CMYK
RGB Variations
Color information
#9FDDEE (or 0x9FDDEE) is known color: Blizzard Blue. HEX triplet: 9F, DD and EE. RGB value is (159,221,238). Sum of RGB (Red+Green+Blue) = 159+221+238=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDEE is #602211. Grayscale: #CCCCCC. Windows color (decimal): -6300178 or 15654303. OLE color: 15654303.
HSL color Cylindrical-coordinate representation of color #9FDDEE: hue angle of 192.91º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDDEE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 221 | 238 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.07 |
| HSL | 192.91º | 0.7% | 0.78% | - |
| HSV(B) | 192.91º | 0.33% | 0.93% | - |
| XYZ | 55.59 | 65.26 | 90.56 | - |
| YUV | 204.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 238 | 0.33 | 0.07 | 0 | 0.07 | 192.91 | 0.7 | 0.78 |
| Hex | 9F | DD | EE | 21 | 7 | 0 | 7 | C1 | 46 | 4E |
| Octal | 237 | 335 | 356 | 41 | 7 | 0 | 7 | 301 | 106 | 116 |
| Binary | 10011111 | 11011101 | 11101110 | 100001 | 111 | 0 | 111 | 11000001 | 1000110 | 1001110 |
Color Harmonies of #9FDDEE
Complementary color
Monochromatic Colors of #9FDDEE
Black with #9FDDEE
Text Example
Text Example
White with #9FDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDEE; }
p { color: rgb(159,221,238); }
H1.HeaderClassName
{
color: #9FDDEE;
}
.AnyTagClassName
{
color: #9FDDEE;
}
</style>
background-color css
<style>
a { background-color: #9FDDEE; }
a { background-color: rgb(159,221,238); }
div.DivClassName
{
background-color: #9FDDEE;
}
.BgClassName
{
background-color: #9FDDEE;
}
</style>
border-color css
<style>
span { border-color: #9FDDEE; }
span { border-color: rgb(159,221,238); }
td.TdClassName
{
border-color: #9FDDEE;
}
.TagClassName
{
border-color: #9FDDEE;
}
</style>