Shades of Blizzard Blue #9DEDEE
Tints of Blizzard Blue #9DEDEE
RGB
CMYK
RGB Variations
Color information
#9DEDEE (or 0x9DEDEE) is known color: Blizzard Blue. HEX triplet: 9D, ED and EE. RGB value is (157,237,238). Sum of RGB (Red+Green+Blue) = 157+237+238=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDEE is #621211. Grayscale: #D5D5D5. Windows color (decimal): -6427154 or 15658397. OLE color: 15658397.
HSL color Cylindrical-coordinate representation of color #9DEDEE: hue angle of 180.74º 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 #9DEDEE is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 238 | - |
| CMYK | 0.34 | 0.00 | 0 | 0.07 |
| HSL | 180.74º | 0.7% | 0.77% | - |
| HSV(B) | 180.74º | 0.34% | 0.93% | - |
| XYZ | 59.62 | 73.91 | 92.01 | - |
| YUV | 213.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 238 | 0.34 | 0.00 | 0 | 0.07 | 180.74 | 0.7 | 0.77 |
| Hex | 9D | ED | EE | 22 | 0 | 0 | 7 | B5 | 46 | 4D |
| Octal | 235 | 355 | 356 | 42 | 0 | 0 | 7 | 265 | 106 | 115 |
| Binary | 10011101 | 11101101 | 11101110 | 100010 | 0 | 0 | 111 | 10110101 | 1000110 | 1001101 |
Color Harmonies of #9DEDEE
Complementary color
Monochromatic Colors of #9DEDEE
Black with #9DEDEE
Text Example
Text Example
White with #9DEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDEE; }
p { color: rgb(157,237,238); }
H1.HeaderClassName
{
color: #9DEDEE;
}
.AnyTagClassName
{
color: #9DEDEE;
}
</style>
background-color css
<style>
a { background-color: #9DEDEE; }
a { background-color: rgb(157,237,238); }
div.DivClassName
{
background-color: #9DEDEE;
}
.BgClassName
{
background-color: #9DEDEE;
}
</style>
border-color css
<style>
span { border-color: #9DEDEE; }
span { border-color: rgb(157,237,238); }
td.TdClassName
{
border-color: #9DEDEE;
}
.TagClassName
{
border-color: #9DEDEE;
}
</style>