Shades of Blizzard Blue #9DDEEF
Tints of Blizzard Blue #9DDEEF
RGB
CMYK
RGB Variations
Color information
#9DDEEF (or 0x9DDEEF) is known color: Blizzard Blue. HEX triplet: 9D, DE and EF. RGB value is (157,222,239). Sum of RGB (Red+Green+Blue) = 157+222+239=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEEF is #622110. Grayscale: #CCCCCC. Windows color (decimal): -6430993 or 15720093. OLE color: 15720093.
HSL color Cylindrical-coordinate representation of color #9DDEEF: hue angle of 192.44º 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 #9DDEEF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 222 | 239 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.06 |
| HSL | 192.44º | 0.72% | 0.78% | - |
| HSV(B) | 192.44º | 0.34% | 0.94% | - |
| XYZ | 55.61 | 65.64 | 91.4 | - |
| YUV | 204.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 239 | 0.34 | 0.07 | 0 | 0.06 | 192.44 | 0.72 | 0.78 |
| Hex | 9D | DE | EF | 22 | 7 | 0 | 6 | C0 | 48 | 4E |
| Octal | 235 | 336 | 357 | 42 | 7 | 0 | 6 | 300 | 110 | 116 |
| Binary | 10011101 | 11011110 | 11101111 | 100010 | 111 | 0 | 110 | 11000000 | 1001000 | 1001110 |
Color Harmonies of #9DDEEF
Complementary color
Monochromatic Colors of #9DDEEF
Black with #9DDEEF
Text Example
Text Example
White with #9DDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEEF; }
p { color: rgb(157,222,239); }
H1.HeaderClassName
{
color: #9DDEEF;
}
.AnyTagClassName
{
color: #9DDEEF;
}
</style>
background-color css
<style>
a { background-color: #9DDEEF; }
a { background-color: rgb(157,222,239); }
div.DivClassName
{
background-color: #9DDEEF;
}
.BgClassName
{
background-color: #9DDEEF;
}
</style>
border-color css
<style>
span { border-color: #9DDEEF; }
span { border-color: rgb(157,222,239); }
td.TdClassName
{
border-color: #9DDEEF;
}
.TagClassName
{
border-color: #9DDEEF;
}
</style>