Shades of Blizzard Blue #99DBEE
Tints of Blizzard Blue #99DBEE
RGB
CMYK
RGB Variations
Color information
#99DBEE (or 0x99DBEE) is known color: Blizzard Blue. HEX triplet: 99, DB and EE. RGB value is (153,219,238). Sum of RGB (Red+Green+Blue) = 153+219+238=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #99DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBEE is #662411. Grayscale: #C9C9C9. Windows color (decimal): -6693906 or 15653785. OLE color: 15653785.
HSL color Cylindrical-coordinate representation of color #99DBEE: hue angle of 193.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99DBEE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 219 | 238 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.07 |
| HSL | 193.41º | 0.71% | 0.77% | - |
| HSV(B) | 193.41º | 0.36% | 0.93% | - |
| XYZ | 53.9 | 63.61 | 90.33 | - |
| YUV | 201.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 238 | 0.36 | 0.08 | 0 | 0.07 | 193.41 | 0.71 | 0.77 |
| Hex | 99 | DB | EE | 24 | 8 | 0 | 7 | C1 | 47 | 4D |
| Octal | 231 | 333 | 356 | 44 | 10 | 0 | 7 | 301 | 107 | 115 |
| Binary | 10011001 | 11011011 | 11101110 | 100100 | 1000 | 0 | 111 | 11000001 | 1000111 | 1001101 |
Color Harmonies of #99DBEE
Complementary color
Monochromatic Colors of #99DBEE
Black with #99DBEE
Text Example
Text Example
White with #99DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBEE; }
p { color: rgb(153,219,238); }
H1.HeaderClassName
{
color: #99DBEE;
}
.AnyTagClassName
{
color: #99DBEE;
}
</style>
background-color css
<style>
a { background-color: #99DBEE; }
a { background-color: rgb(153,219,238); }
div.DivClassName
{
background-color: #99DBEE;
}
.BgClassName
{
background-color: #99DBEE;
}
</style>
border-color css
<style>
span { border-color: #99DBEE; }
span { border-color: rgb(153,219,238); }
td.TdClassName
{
border-color: #99DBEE;
}
.TagClassName
{
border-color: #99DBEE;
}
</style>