Shades of Blizzard Blue #9DDDEF
Tints of Blizzard Blue #9DDDEF
RGB
CMYK
RGB Variations
Color information
#9DDDEF (or 0x9DDDEF) is known color: Blizzard Blue. HEX triplet: 9D, DD and EF. RGB value is (157,221,239). Sum of RGB (Red+Green+Blue) = 157+221+239=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDEF is #622210. Grayscale: #CBCBCB. Windows color (decimal): -6431249 or 15719837. OLE color: 15719837.
HSL color Cylindrical-coordinate representation of color #9DDDEF: hue angle of 193.17º degrees, saturation: 0.72, 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 #9DDDEF is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 221 | 239 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.06 |
| HSL | 193.17º | 0.72% | 0.78% | - |
| HSV(B) | 193.17º | 0.34% | 0.94% | - |
| XYZ | 55.34 | 65.11 | 91.31 | - |
| YUV | 203.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 239 | 0.34 | 0.08 | 0 | 0.06 | 193.17 | 0.72 | 0.78 |
| Hex | 9D | DD | EF | 22 | 8 | 0 | 6 | C1 | 48 | 4E |
| Octal | 235 | 335 | 357 | 42 | 10 | 0 | 6 | 301 | 110 | 116 |
| Binary | 10011101 | 11011101 | 11101111 | 100010 | 1000 | 0 | 110 | 11000001 | 1001000 | 1001110 |
Color Harmonies of #9DDDEF
Complementary color
Monochromatic Colors of #9DDDEF
Black with #9DDDEF
Text Example
Text Example
White with #9DDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDEF; }
p { color: rgb(157,221,239); }
H1.HeaderClassName
{
color: #9DDDEF;
}
.AnyTagClassName
{
color: #9DDDEF;
}
</style>
background-color css
<style>
a { background-color: #9DDDEF; }
a { background-color: rgb(157,221,239); }
div.DivClassName
{
background-color: #9DDDEF;
}
.BgClassName
{
background-color: #9DDDEF;
}
</style>
border-color css
<style>
span { border-color: #9DDDEF; }
span { border-color: rgb(157,221,239); }
td.TdClassName
{
border-color: #9DDDEF;
}
.TagClassName
{
border-color: #9DDDEF;
}
</style>