Shades of Blizzard Blue #9DDEEB
Tints of Blizzard Blue #9DDEEB
RGB
CMYK
RGB Variations
Color information
#9DDEEB (or 0x9DDEEB) is known color: Blizzard Blue. HEX triplet: 9D, DE and EB. RGB value is (157,222,235). Sum of RGB (Red+Green+Blue) = 157+222+235=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEEB is #622114. Grayscale: #CBCBCB. Windows color (decimal): -6430997 or 15457949. OLE color: 15457949.
HSL color Cylindrical-coordinate representation of color #9DDEEB: hue angle of 190º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDEEB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 222 | 235 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.08 |
| HSL | 190º | 0.66% | 0.77% | - |
| HSV(B) | 190º | 0.33% | 0.92% | - |
| XYZ | 55.02 | 65.41 | 88.32 | - |
| YUV | 204.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 235 | 0.33 | 0.06 | 0 | 0.08 | 190 | 0.66 | 0.77 |
| Hex | 9D | DE | EB | 21 | 6 | 0 | 8 | BE | 42 | 4D |
| Octal | 235 | 336 | 353 | 41 | 6 | 0 | 10 | 276 | 102 | 115 |
| Binary | 10011101 | 11011110 | 11101011 | 100001 | 110 | 0 | 1000 | 10111110 | 1000010 | 1001101 |
Color Harmonies of #9DDEEB
Complementary color
Monochromatic Colors of #9DDEEB
Black with #9DDEEB
Text Example
Text Example
White with #9DDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEEB; }
p { color: rgb(157,222,235); }
H1.HeaderClassName
{
color: #9DDEEB;
}
.AnyTagClassName
{
color: #9DDEEB;
}
</style>
background-color css
<style>
a { background-color: #9DDEEB; }
a { background-color: rgb(157,222,235); }
div.DivClassName
{
background-color: #9DDEEB;
}
.BgClassName
{
background-color: #9DDEEB;
}
</style>
border-color css
<style>
span { border-color: #9DDEEB; }
span { border-color: rgb(157,222,235); }
td.TdClassName
{
border-color: #9DDEEB;
}
.TagClassName
{
border-color: #9DDEEB;
}
</style>