Shades of Blizzard Blue #99DBEF
Tints of Blizzard Blue #99DBEF
RGB
CMYK
RGB Variations
Color information
#99DBEF (or 0x99DBEF) is known color: Blizzard Blue. HEX triplet: 99, DB and EF. RGB value is (153,219,239). Sum of RGB (Red+Green+Blue) = 153+219+239=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #99DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBEF is #662410. Grayscale: #C9C9C9. Windows color (decimal): -6693905 or 15719321. OLE color: 15719321.
HSL color Cylindrical-coordinate representation of color #99DBEF: hue angle of 193.95º 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 #99DBEF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 219 | 239 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.06 |
| HSL | 193.95º | 0.73% | 0.77% | - |
| HSV(B) | 193.95º | 0.36% | 0.94% | - |
| XYZ | 54.05 | 63.67 | 91.1 | - |
| YUV | 201.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 239 | 0.36 | 0.08 | 0 | 0.06 | 193.95 | 0.73 | 0.77 |
| Hex | 99 | DB | EF | 24 | 8 | 0 | 6 | C2 | 49 | 4D |
| Octal | 231 | 333 | 357 | 44 | 10 | 0 | 6 | 302 | 111 | 115 |
| Binary | 10011001 | 11011011 | 11101111 | 100100 | 1000 | 0 | 110 | 11000010 | 1001001 | 1001101 |
Color Harmonies of #99DBEF
Complementary color
Monochromatic Colors of #99DBEF
Black with #99DBEF
Text Example
Text Example
White with #99DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBEF; }
p { color: rgb(153,219,239); }
H1.HeaderClassName
{
color: #99DBEF;
}
.AnyTagClassName
{
color: #99DBEF;
}
</style>
background-color css
<style>
a { background-color: #99DBEF; }
a { background-color: rgb(153,219,239); }
div.DivClassName
{
background-color: #99DBEF;
}
.BgClassName
{
background-color: #99DBEF;
}
</style>
border-color css
<style>
span { border-color: #99DBEF; }
span { border-color: rgb(153,219,239); }
td.TdClassName
{
border-color: #99DBEF;
}
.TagClassName
{
border-color: #99DBEF;
}
</style>