Shades of Blizzard Blue #9EDDED
Tints of Blizzard Blue #9EDDED
RGB
CMYK
RGB Variations
Color information
#9EDDED (or 0x9EDDED) is known color: Blizzard Blue. HEX triplet: 9E, DD and ED. RGB value is (158,221,237). Sum of RGB (Red+Green+Blue) = 158+221+237=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EDDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDDED is #612212. Grayscale: #CBCBCB. Windows color (decimal): -6365715 or 15588766. OLE color: 15588766.
HSL color Cylindrical-coordinate representation of color #9EDDED: hue angle of 192.15º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDDED is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 221 | 237 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.07 |
| HSL | 192.15º | 0.69% | 0.77% | - |
| HSV(B) | 192.15º | 0.33% | 0.93% | - |
| XYZ | 55.24 | 65.1 | 89.77 | - |
| YUV | 203.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 237 | 0.33 | 0.07 | 0 | 0.07 | 192.15 | 0.69 | 0.77 |
| Hex | 9E | DD | ED | 21 | 7 | 0 | 7 | C0 | 45 | 4D |
| Octal | 236 | 335 | 355 | 41 | 7 | 0 | 7 | 300 | 105 | 115 |
| Binary | 10011110 | 11011101 | 11101101 | 100001 | 111 | 0 | 111 | 11000000 | 1000101 | 1001101 |
Color Harmonies of #9EDDED
Complementary color
Monochromatic Colors of #9EDDED
Black with #9EDDED
Text Example
Text Example
White with #9EDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDDED; }
p { color: rgb(158,221,237); }
H1.HeaderClassName
{
color: #9EDDED;
}
.AnyTagClassName
{
color: #9EDDED;
}
</style>
background-color css
<style>
a { background-color: #9EDDED; }
a { background-color: rgb(158,221,237); }
div.DivClassName
{
background-color: #9EDDED;
}
.BgClassName
{
background-color: #9EDDED;
}
</style>
border-color css
<style>
span { border-color: #9EDDED; }
span { border-color: rgb(158,221,237); }
td.TdClassName
{
border-color: #9EDDED;
}
.TagClassName
{
border-color: #9EDDED;
}
</style>