Shades of Blizzard Blue #99DEED
Tints of Blizzard Blue #99DEED
RGB
CMYK
RGB Variations
Color information
#99DEED (or 0x99DEED) is known color: Blizzard Blue. HEX triplet: 99, DE and ED. RGB value is (153,222,237). Sum of RGB (Red+Green+Blue) = 153+222+237=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #99DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEED is #662112. Grayscale: #CACACA. Windows color (decimal): -6693139 or 15589017. OLE color: 15589017.
HSL color Cylindrical-coordinate representation of color #99DEED: hue angle of 190.71º 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 #99DEED is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 222 | 237 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.07 |
| HSL | 190.71º | 0.7% | 0.76% | - |
| HSV(B) | 190.71º | 0.35% | 0.93% | - |
| XYZ | 54.54 | 65.13 | 89.82 | - |
| YUV | 203.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 237 | 0.35 | 0.06 | 0 | 0.07 | 190.71 | 0.7 | 0.76 |
| Hex | 99 | DE | ED | 23 | 6 | 0 | 7 | BF | 46 | 4C |
| Octal | 231 | 336 | 355 | 43 | 6 | 0 | 7 | 277 | 106 | 114 |
| Binary | 10011001 | 11011110 | 11101101 | 100011 | 110 | 0 | 111 | 10111111 | 1000110 | 1001100 |
Color Harmonies of #99DEED
Complementary color
Monochromatic Colors of #99DEED
Black with #99DEED
Text Example
Text Example
White with #99DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEED; }
p { color: rgb(153,222,237); }
H1.HeaderClassName
{
color: #99DEED;
}
.AnyTagClassName
{
color: #99DEED;
}
</style>
background-color css
<style>
a { background-color: #99DEED; }
a { background-color: rgb(153,222,237); }
div.DivClassName
{
background-color: #99DEED;
}
.BgClassName
{
background-color: #99DEED;
}
</style>
border-color css
<style>
span { border-color: #99DEED; }
span { border-color: rgb(153,222,237); }
td.TdClassName
{
border-color: #99DEED;
}
.TagClassName
{
border-color: #99DEED;
}
</style>