Shades of Blizzard Blue #9ADDEE
Tints of Blizzard Blue #9ADDEE
RGB
CMYK
RGB Variations
Color information
#9ADDEE (or 0x9ADDEE) is known color: Blizzard Blue. HEX triplet: 9A, DD and EE. RGB value is (154,221,238). Sum of RGB (Red+Green+Blue) = 154+221+238=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ADDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDEE is #652211. Grayscale: #CACACA. Windows color (decimal): -6627858 or 15654298. OLE color: 15654298.
HSL color Cylindrical-coordinate representation of color #9ADDEE: hue angle of 192.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ADDEE is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 221 | 238 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.07 |
| HSL | 192.14º | 0.71% | 0.77% | - |
| HSV(B) | 192.14º | 0.35% | 0.93% | - |
| XYZ | 54.62 | 64.76 | 90.51 | - |
| YUV | 202.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 238 | 0.35 | 0.07 | 0 | 0.07 | 192.14 | 0.71 | 0.77 |
| Hex | 9A | DD | EE | 23 | 7 | 0 | 7 | C0 | 47 | 4D |
| Octal | 232 | 335 | 356 | 43 | 7 | 0 | 7 | 300 | 107 | 115 |
| Binary | 10011010 | 11011101 | 11101110 | 100011 | 111 | 0 | 111 | 11000000 | 1000111 | 1001101 |
Color Harmonies of #9ADDEE
Complementary color
Monochromatic Colors of #9ADDEE
Black with #9ADDEE
Text Example
Text Example
White with #9ADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDEE; }
p { color: rgb(154,221,238); }
H1.HeaderClassName
{
color: #9ADDEE;
}
.AnyTagClassName
{
color: #9ADDEE;
}
</style>
background-color css
<style>
a { background-color: #9ADDEE; }
a { background-color: rgb(154,221,238); }
div.DivClassName
{
background-color: #9ADDEE;
}
.BgClassName
{
background-color: #9ADDEE;
}
</style>
border-color css
<style>
span { border-color: #9ADDEE; }
span { border-color: rgb(154,221,238); }
td.TdClassName
{
border-color: #9ADDEE;
}
.TagClassName
{
border-color: #9ADDEE;
}
</style>