Shades of Blizzard Blue #A1DDF2
Tints of Blizzard Blue #A1DDF2
RGB
CMYK
RGB Variations
Color information
#A1DDF2 (or 0xA1DDF2) is known color: Blizzard Blue. HEX triplet: A1, DD and F2. RGB value is (161,221,242). Sum of RGB (Red+Green+Blue) = 161+221+242=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDF2 is #5E220D. Grayscale: #CDCDCD. Windows color (decimal): -6169102 or 15916449. OLE color: 15916449.
HSL color Cylindrical-coordinate representation of color #A1DDF2: hue angle of 195.56º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DDF2 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 221 | 242 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.05 |
| HSL | 195.56º | 0.76% | 0.79% | - |
| HSV(B) | 195.56º | 0.33% | 0.95% | - |
| XYZ | 56.58 | 65.7 | 93.7 | - |
| YUV | 205.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 242 | 0.33 | 0.09 | 0 | 0.05 | 195.56 | 0.76 | 0.79 |
| Hex | A1 | DD | F2 | 21 | 9 | 0 | 5 | C4 | 4C | 4F |
| Octal | 241 | 335 | 362 | 41 | 11 | 0 | 5 | 304 | 114 | 117 |
| Binary | 10100001 | 11011101 | 11110010 | 100001 | 1001 | 0 | 101 | 11000100 | 1001100 | 1001111 |
Color Harmonies of #A1DDF2
Complementary color
Monochromatic Colors of #A1DDF2
Black with #A1DDF2
Text Example
Text Example
White with #A1DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDF2; }
p { color: rgb(161,221,242); }
H1.HeaderClassName
{
color: #A1DDF2;
}
.AnyTagClassName
{
color: #A1DDF2;
}
</style>
background-color css
<style>
a { background-color: #A1DDF2; }
a { background-color: rgb(161,221,242); }
div.DivClassName
{
background-color: #A1DDF2;
}
.BgClassName
{
background-color: #A1DDF2;
}
</style>
border-color css
<style>
span { border-color: #A1DDF2; }
span { border-color: rgb(161,221,242); }
td.TdClassName
{
border-color: #A1DDF2;
}
.TagClassName
{
border-color: #A1DDF2;
}
</style>