Shades of Blizzard Blue #99DCED
Tints of Blizzard Blue #99DCED
RGB
CMYK
RGB Variations
Color information
#99DCED (or 0x99DCED) is known color: Blizzard Blue. HEX triplet: 99, DC and ED. RGB value is (153,220,237). Sum of RGB (Red+Green+Blue) = 153+220+237=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #99DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCED is #662312. Grayscale: #C9C9C9. Windows color (decimal): -6693651 or 15588505. OLE color: 15588505.
HSL color Cylindrical-coordinate representation of color #99DCED: hue angle of 192.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99DCED is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 220 | 237 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.07 |
| HSL | 192.14º | 0.7% | 0.76% | - |
| HSV(B) | 192.14º | 0.35% | 0.93% | - |
| XYZ | 54.02 | 64.07 | 89.64 | - |
| YUV | 201.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 237 | 0.35 | 0.07 | 0 | 0.07 | 192.14 | 0.7 | 0.76 |
| Hex | 99 | DC | ED | 23 | 7 | 0 | 7 | C0 | 46 | 4C |
| Octal | 231 | 334 | 355 | 43 | 7 | 0 | 7 | 300 | 106 | 114 |
| Binary | 10011001 | 11011100 | 11101101 | 100011 | 111 | 0 | 111 | 11000000 | 1000110 | 1001100 |
Color Harmonies of #99DCED
Complementary color
Monochromatic Colors of #99DCED
Black with #99DCED
Text Example
Text Example
White with #99DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCED; }
p { color: rgb(153,220,237); }
H1.HeaderClassName
{
color: #99DCED;
}
.AnyTagClassName
{
color: #99DCED;
}
</style>
background-color css
<style>
a { background-color: #99DCED; }
a { background-color: rgb(153,220,237); }
div.DivClassName
{
background-color: #99DCED;
}
.BgClassName
{
background-color: #99DCED;
}
</style>
border-color css
<style>
span { border-color: #99DCED; }
span { border-color: rgb(153,220,237); }
td.TdClassName
{
border-color: #99DCED;
}
.TagClassName
{
border-color: #99DCED;
}
</style>