Shades of Blizzard Blue #9DDDEE
Tints of Blizzard Blue #9DDDEE
RGB
CMYK
RGB Variations
Color information
#9DDDEE (or 0x9DDDEE) is known color: Blizzard Blue. HEX triplet: 9D, DD and EE. RGB value is (157,221,238). Sum of RGB (Red+Green+Blue) = 157+221+238=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDEE is #622211. Grayscale: #CBCBCB. Windows color (decimal): -6431250 or 15654301. OLE color: 15654301.
HSL color Cylindrical-coordinate representation of color #9DDDEE: hue angle of 192.59º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DDDEE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 157 | 221 | 238 | - |
CMYK | 0.34 | 0.07 | 0 | 0.07 |
HSL | 192.59º | 0.7% | 0.77% | - |
HSV(B) | 192.59º | 0.34% | 0.93% | - |
XYZ | 55.19 | 65.05 | 90.54 | - |
YUV | 203.8 | 147.3 | 94.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 221 | 238 | 0.34 | 0.07 | 0 | 0.07 | 192.59 | 0.7 | 0.77 |
Hex | 9D | DD | EE | 22 | 7 | 0 | 7 | C1 | 46 | 4D |
Octal | 235 | 335 | 356 | 42 | 7 | 0 | 7 | 301 | 106 | 115 |
Binary | 10011101 | 11011101 | 11101110 | 100010 | 111 | 0 | 111 | 11000001 | 1000110 | 1001101 |
Color Harmonies of #9DDDEE
Complementary color
Monochromatic Colors of #9DDDEE
Black with #9DDDEE
Text Example
Text Example
White with #9DDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDEE; }
p { color: rgb(157,221,238); }
H1.HeaderClassName
{
color: #9DDDEE;
}
.AnyTagClassName
{
color: #9DDDEE;
}
</style>
background-color css
<style>
a { background-color: #9DDDEE; }
a { background-color: rgb(157,221,238); }
div.DivClassName
{
background-color: #9DDDEE;
}
.BgClassName
{
background-color: #9DDDEE;
}
</style>
border-color css
<style>
span { border-color: #9DDDEE; }
span { border-color: rgb(157,221,238); }
td.TdClassName
{
border-color: #9DDDEE;
}
.TagClassName
{
border-color: #9DDDEE;
}
</style>