Shades of Blizzard Blue #99DDF1
Tints of Blizzard Blue #99DDF1
RGB
CMYK
RGB Variations
Color information
#99DDF1 (or 0x99DDF1) is known color: Blizzard Blue. HEX triplet: 99, DD and F1. RGB value is (153,221,241). Sum of RGB (Red+Green+Blue) = 153+221+241=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #99DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDF1 is #66220E. Grayscale: #CACACA. Windows color (decimal): -6693391 or 15850905. OLE color: 15850905.
HSL color Cylindrical-coordinate representation of color #99DDF1: hue angle of 193.64º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99DDF1 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 221 | 241 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.05 |
| HSL | 193.64º | 0.76% | 0.77% | - |
| HSV(B) | 193.64º | 0.37% | 0.95% | - |
| XYZ | 54.87 | 64.84 | 92.84 | - |
| YUV | 202.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 241 | 0.37 | 0.08 | 0 | 0.05 | 193.64 | 0.76 | 0.77 |
| Hex | 99 | DD | F1 | 25 | 8 | 0 | 5 | C2 | 4C | 4D |
| Octal | 231 | 335 | 361 | 45 | 10 | 0 | 5 | 302 | 114 | 115 |
| Binary | 10011001 | 11011101 | 11110001 | 100101 | 1000 | 0 | 101 | 11000010 | 1001100 | 1001101 |
Color Harmonies of #99DDF1
Complementary color
Monochromatic Colors of #99DDF1
Black with #99DDF1
Text Example
Text Example
White with #99DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDF1; }
p { color: rgb(153,221,241); }
H1.HeaderClassName
{
color: #99DDF1;
}
.AnyTagClassName
{
color: #99DDF1;
}
</style>
background-color css
<style>
a { background-color: #99DDF1; }
a { background-color: rgb(153,221,241); }
div.DivClassName
{
background-color: #99DDF1;
}
.BgClassName
{
background-color: #99DDF1;
}
</style>
border-color css
<style>
span { border-color: #99DDF1; }
span { border-color: rgb(153,221,241); }
td.TdClassName
{
border-color: #99DDF1;
}
.TagClassName
{
border-color: #99DDF1;
}
</style>