Shades of Blizzard Blue #A2DDEF
Tints of Blizzard Blue #A2DDEF
RGB
CMYK
RGB Variations
Color information
#A2DDEF (or 0xA2DDEF) is known color: Blizzard Blue. HEX triplet: A2, DD and EF. RGB value is (162,221,239). Sum of RGB (Red+Green+Blue) = 162+221+239=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDEF is #5D2210. Grayscale: #CDCDCD. Windows color (decimal): -6103569 or 15719842. OLE color: 15719842.
HSL color Cylindrical-coordinate representation of color #A2DDEF: hue angle of 194.03º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DDEF is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 221 | 239 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.06 |
| HSL | 194.03º | 0.71% | 0.79% | - |
| HSV(B) | 194.03º | 0.32% | 0.94% | - |
| XYZ | 56.34 | 65.63 | 91.36 | - |
| YUV | 205.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 239 | 0.32 | 0.08 | 0 | 0.06 | 194.03 | 0.71 | 0.79 |
| Hex | A2 | DD | EF | 20 | 8 | 0 | 6 | C2 | 47 | 4F |
| Octal | 242 | 335 | 357 | 40 | 10 | 0 | 6 | 302 | 107 | 117 |
| Binary | 10100010 | 11011101 | 11101111 | 100000 | 1000 | 0 | 110 | 11000010 | 1000111 | 1001111 |
Color Harmonies of #A2DDEF
Complementary color
Monochromatic Colors of #A2DDEF
Black with #A2DDEF
Text Example
Text Example
White with #A2DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDEF; }
p { color: rgb(162,221,239); }
H1.HeaderClassName
{
color: #A2DDEF;
}
.AnyTagClassName
{
color: #A2DDEF;
}
</style>
background-color css
<style>
a { background-color: #A2DDEF; }
a { background-color: rgb(162,221,239); }
div.DivClassName
{
background-color: #A2DDEF;
}
.BgClassName
{
background-color: #A2DDEF;
}
</style>
border-color css
<style>
span { border-color: #A2DDEF; }
span { border-color: rgb(162,221,239); }
td.TdClassName
{
border-color: #A2DDEF;
}
.TagClassName
{
border-color: #A2DDEF;
}
</style>