Shades of Blizzard Blue #9DEDED
Tints of Blizzard Blue #9DEDED
RGB
CMYK
RGB Variations
Color information
#9DEDED (or 0x9DEDED) is known color: Blizzard Blue. HEX triplet: 9D, ED and ED. RGB value is (157,237,237). Sum of RGB (Red+Green+Blue) = 157+237+237=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #9DEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDED is #621212. Grayscale: #D4D4D4. Windows color (decimal): -6427155 or 15592861. OLE color: 15592861.
HSL color Cylindrical-coordinate representation of color #9DEDED: hue angle of 180º 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 #9DEDED is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 237 | - |
| CMYK | 0.34 | 0 | 0 | 0.07 |
| HSL | 180º | 0.69% | 0.77% | - |
| HSV(B) | 180º | 0.34% | 0.93% | - |
| XYZ | 59.47 | 73.85 | 91.24 | - |
| YUV | 213.08 | 141.5 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 237 | 0.34 | 0 | 0 | 0.07 | 180 | 0.69 | 0.77 |
| Hex | 9D | ED | ED | 22 | 0 | 0 | 7 | B4 | 45 | 4D |
| Octal | 235 | 355 | 355 | 42 | 0 | 0 | 7 | 264 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11101101 | 100010 | 0 | 0 | 111 | 10110100 | 1000101 | 1001101 |
Color Harmonies of #9DEDED
Complementary color
Monochromatic Colors of #9DEDED
Black with #9DEDED
Text Example
Text Example
White with #9DEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDED; }
p { color: rgb(157,237,237); }
H1.HeaderClassName
{
color: #9DEDED;
}
.AnyTagClassName
{
color: #9DEDED;
}
</style>
background-color css
<style>
a { background-color: #9DEDED; }
a { background-color: rgb(157,237,237); }
div.DivClassName
{
background-color: #9DEDED;
}
.BgClassName
{
background-color: #9DEDED;
}
</style>
border-color css
<style>
span { border-color: #9DEDED; }
span { border-color: rgb(157,237,237); }
td.TdClassName
{
border-color: #9DEDED;
}
.TagClassName
{
border-color: #9DEDED;
}
</style>