Shades of Blizzard Blue #9DEDEF
Tints of Blizzard Blue #9DEDEF
RGB
CMYK
RGB Variations
Color information
#9DEDEF (or 0x9DEDEF) is known color: Blizzard Blue. HEX triplet: 9D, ED and EF. RGB value is (157,237,239). Sum of RGB (Red+Green+Blue) = 157+237+239=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DEDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDEF is #621210. Grayscale: #D5D5D5. Windows color (decimal): -6427153 or 15723933. OLE color: 15723933.
HSL color Cylindrical-coordinate representation of color #9DEDEF: hue angle of 181.46º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDEF is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 237 | 239 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.06 |
| HSL | 181.46º | 0.72% | 0.78% | - |
| HSV(B) | 181.46º | 0.34% | 0.94% | - |
| XYZ | 59.77 | 73.97 | 92.79 | - |
| YUV | 213.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 239 | 0.34 | 0.01 | 0 | 0.06 | 181.46 | 0.72 | 0.78 |
| Hex | 9D | ED | EF | 22 | 1 | 0 | 6 | B5 | 48 | 4E |
| Octal | 235 | 355 | 357 | 42 | 1 | 0 | 6 | 265 | 110 | 116 |
| Binary | 10011101 | 11101101 | 11101111 | 100010 | 1 | 0 | 110 | 10110101 | 1001000 | 1001110 |
Color Harmonies of #9DEDEF
Complementary color
Monochromatic Colors of #9DEDEF
Black with #9DEDEF
Text Example
Text Example
White with #9DEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDEF; }
p { color: rgb(157,237,239); }
H1.HeaderClassName
{
color: #9DEDEF;
}
.AnyTagClassName
{
color: #9DEDEF;
}
</style>
background-color css
<style>
a { background-color: #9DEDEF; }
a { background-color: rgb(157,237,239); }
div.DivClassName
{
background-color: #9DEDEF;
}
.BgClassName
{
background-color: #9DEDEF;
}
</style>
border-color css
<style>
span { border-color: #9DEDEF; }
span { border-color: rgb(157,237,239); }
td.TdClassName
{
border-color: #9DEDEF;
}
.TagClassName
{
border-color: #9DEDEF;
}
</style>