Shades of Blizzard Blue #99DDEF
Tints of Blizzard Blue #99DDEF
RGB
CMYK
RGB Variations
Color information
#99DDEF (or 0x99DDEF) is known color: Blizzard Blue. HEX triplet: 99, DD and EF. RGB value is (153,221,239). Sum of RGB (Red+Green+Blue) = 153+221+239=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #99DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDEF is #662210. Grayscale: #CACACA. Windows color (decimal): -6693393 or 15719833. OLE color: 15719833.
HSL color Cylindrical-coordinate representation of color #99DDEF: hue angle of 192.56º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99DDEF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 221 | 239 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.06 |
| HSL | 192.56º | 0.73% | 0.77% | - |
| HSV(B) | 192.56º | 0.36% | 0.94% | - |
| XYZ | 54.57 | 64.72 | 91.28 | - |
| YUV | 202.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 239 | 0.36 | 0.08 | 0 | 0.06 | 192.56 | 0.73 | 0.77 |
| Hex | 99 | DD | EF | 24 | 8 | 0 | 6 | C1 | 49 | 4D |
| Octal | 231 | 335 | 357 | 44 | 10 | 0 | 6 | 301 | 111 | 115 |
| Binary | 10011001 | 11011101 | 11101111 | 100100 | 1000 | 0 | 110 | 11000001 | 1001001 | 1001101 |
Color Harmonies of #99DDEF
Complementary color
Monochromatic Colors of #99DDEF
Black with #99DDEF
Text Example
Text Example
White with #99DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDEF; }
p { color: rgb(153,221,239); }
H1.HeaderClassName
{
color: #99DDEF;
}
.AnyTagClassName
{
color: #99DDEF;
}
</style>
background-color css
<style>
a { background-color: #99DDEF; }
a { background-color: rgb(153,221,239); }
div.DivClassName
{
background-color: #99DDEF;
}
.BgClassName
{
background-color: #99DDEF;
}
</style>
border-color css
<style>
span { border-color: #99DDEF; }
span { border-color: rgb(153,221,239); }
td.TdClassName
{
border-color: #99DDEF;
}
.TagClassName
{
border-color: #99DDEF;
}
</style>