Shades of Blizzard Blue #9DEDEC
Tints of Blizzard Blue #9DEDEC
RGB
CMYK
RGB Variations
Color information
#9DEDEC (or 0x9DEDEC) is known color: Blizzard Blue. HEX triplet: 9D, ED and EC. RGB value is (157,237,236). Sum of RGB (Red+Green+Blue) = 157+237+236=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDEC is #621213. Grayscale: #D4D4D4. Windows color (decimal): -6427156 or 15527325. OLE color: 15527325.
HSL color Cylindrical-coordinate representation of color #9DEDEC: hue angle of 179.25º degrees, saturation: 0.69, 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 #9DEDEC is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 236 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.07 |
| HSL | 179.25º | 0.69% | 0.77% | - |
| HSV(B) | 179.25º | 0.34% | 0.93% | - |
| XYZ | 59.33 | 73.79 | 90.47 | - |
| YUV | 212.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 236 | 0.34 | 0 | 0.00 | 0.07 | 179.25 | 0.69 | 0.77 |
| Hex | 9D | ED | EC | 22 | 0 | 0 | 7 | B3 | 45 | 4D |
| Octal | 235 | 355 | 354 | 42 | 0 | 0 | 7 | 263 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11101100 | 100010 | 0 | 0 | 111 | 10110011 | 1000101 | 1001101 |
Color Harmonies of #9DEDEC
Complementary color
Monochromatic Colors of #9DEDEC
Black with #9DEDEC
Text Example
Text Example
White with #9DEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDEC; }
p { color: rgb(157,237,236); }
H1.HeaderClassName
{
color: #9DEDEC;
}
.AnyTagClassName
{
color: #9DEDEC;
}
</style>
background-color css
<style>
a { background-color: #9DEDEC; }
a { background-color: rgb(157,237,236); }
div.DivClassName
{
background-color: #9DEDEC;
}
.BgClassName
{
background-color: #9DEDEC;
}
</style>
border-color css
<style>
span { border-color: #9DEDEC; }
span { border-color: rgb(157,237,236); }
td.TdClassName
{
border-color: #9DEDEC;
}
.TagClassName
{
border-color: #9DEDEC;
}
</style>