Shades of Blizzard Blue #9FDEEE
Tints of Blizzard Blue #9FDEEE
RGB
CMYK
RGB Variations
Color information
#9FDEEE (or 0x9FDEEE) is known color: Blizzard Blue. HEX triplet: 9F, DE and EE. RGB value is (159,222,238). Sum of RGB (Red+Green+Blue) = 159+222+238=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEEE is #602111. Grayscale: #CCCCCC. Windows color (decimal): -6299922 or 15654559. OLE color: 15654559.
HSL color Cylindrical-coordinate representation of color #9FDEEE: hue angle of 192.15º 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 #9FDEEE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 222 | 238 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.07 |
| HSL | 192.15º | 0.7% | 0.78% | - |
| HSV(B) | 192.15º | 0.33% | 0.93% | - |
| XYZ | 55.85 | 65.79 | 90.64 | - |
| YUV | 204.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 238 | 0.33 | 0.07 | 0 | 0.07 | 192.15 | 0.7 | 0.78 |
| Hex | 9F | DE | EE | 21 | 7 | 0 | 7 | C0 | 46 | 4E |
| Octal | 237 | 336 | 356 | 41 | 7 | 0 | 7 | 300 | 106 | 116 |
| Binary | 10011111 | 11011110 | 11101110 | 100001 | 111 | 0 | 111 | 11000000 | 1000110 | 1001110 |
Color Harmonies of #9FDEEE
Complementary color
Monochromatic Colors of #9FDEEE
Black with #9FDEEE
Text Example
Text Example
White with #9FDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEEE; }
p { color: rgb(159,222,238); }
H1.HeaderClassName
{
color: #9FDEEE;
}
.AnyTagClassName
{
color: #9FDEEE;
}
</style>
background-color css
<style>
a { background-color: #9FDEEE; }
a { background-color: rgb(159,222,238); }
div.DivClassName
{
background-color: #9FDEEE;
}
.BgClassName
{
background-color: #9FDEEE;
}
</style>
border-color css
<style>
span { border-color: #9FDEEE; }
span { border-color: rgb(159,222,238); }
td.TdClassName
{
border-color: #9FDEEE;
}
.TagClassName
{
border-color: #9FDEEE;
}
</style>