Shades of Blizzard Blue #A1DDEF
Tints of Blizzard Blue #A1DDEF
RGB
CMYK
RGB Variations
Color information
#A1DDEF (or 0xA1DDEF) is known color: Blizzard Blue. HEX triplet: A1, DD and EF. RGB value is (161,221,239). Sum of RGB (Red+Green+Blue) = 161+221+239=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDEF is #5E2210. Grayscale: #CCCCCC. Windows color (decimal): -6169105 or 15719841. OLE color: 15719841.
HSL color Cylindrical-coordinate representation of color #A1DDEF: hue angle of 193.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DDEF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 221 | 239 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.06 |
| HSL | 193.85º | 0.71% | 0.78% | - |
| HSV(B) | 193.85º | 0.33% | 0.94% | - |
| XYZ | 56.13 | 65.52 | 91.35 | - |
| YUV | 205.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 239 | 0.33 | 0.08 | 0 | 0.06 | 193.85 | 0.71 | 0.78 |
| Hex | A1 | DD | EF | 21 | 8 | 0 | 6 | C2 | 47 | 4E |
| Octal | 241 | 335 | 357 | 41 | 10 | 0 | 6 | 302 | 107 | 116 |
| Binary | 10100001 | 11011101 | 11101111 | 100001 | 1000 | 0 | 110 | 11000010 | 1000111 | 1001110 |
Color Harmonies of #A1DDEF
Complementary color
Monochromatic Colors of #A1DDEF
Black with #A1DDEF
Text Example
Text Example
White with #A1DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDEF; }
p { color: rgb(161,221,239); }
H1.HeaderClassName
{
color: #A1DDEF;
}
.AnyTagClassName
{
color: #A1DDEF;
}
</style>
background-color css
<style>
a { background-color: #A1DDEF; }
a { background-color: rgb(161,221,239); }
div.DivClassName
{
background-color: #A1DDEF;
}
.BgClassName
{
background-color: #A1DDEF;
}
</style>
border-color css
<style>
span { border-color: #A1DDEF; }
span { border-color: rgb(161,221,239); }
td.TdClassName
{
border-color: #A1DDEF;
}
.TagClassName
{
border-color: #A1DDEF;
}
</style>