Shades of Blizzard Blue #A2DDED
Tints of Blizzard Blue #A2DDED
RGB
CMYK
RGB Variations
Color information
#A2DDED (or 0xA2DDED) is known color: Blizzard Blue. HEX triplet: A2, DD and ED. RGB value is (162,221,237). Sum of RGB (Red+Green+Blue) = 162+221+237=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDED is #5D2212. Grayscale: #CDCDCD. Windows color (decimal): -6103571 or 15588770. OLE color: 15588770.
HSL color Cylindrical-coordinate representation of color #A2DDED: hue angle of 192.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DDED is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 221 | 237 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.07 |
| HSL | 192.8º | 0.68% | 0.78% | - |
| HSV(B) | 192.8º | 0.32% | 0.93% | - |
| XYZ | 56.04 | 65.51 | 89.81 | - |
| YUV | 205.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 237 | 0.32 | 0.07 | 0 | 0.07 | 192.8 | 0.68 | 0.78 |
| Hex | A2 | DD | ED | 20 | 7 | 0 | 7 | C1 | 44 | 4E |
| Octal | 242 | 335 | 355 | 40 | 7 | 0 | 7 | 301 | 104 | 116 |
| Binary | 10100010 | 11011101 | 11101101 | 100000 | 111 | 0 | 111 | 11000001 | 1000100 | 1001110 |
Color Harmonies of #A2DDED
Complementary color
Monochromatic Colors of #A2DDED
Black with #A2DDED
Text Example
Text Example
White with #A2DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDED; }
p { color: rgb(162,221,237); }
H1.HeaderClassName
{
color: #A2DDED;
}
.AnyTagClassName
{
color: #A2DDED;
}
</style>
background-color css
<style>
a { background-color: #A2DDED; }
a { background-color: rgb(162,221,237); }
div.DivClassName
{
background-color: #A2DDED;
}
.BgClassName
{
background-color: #A2DDED;
}
</style>
border-color css
<style>
span { border-color: #A2DDED; }
span { border-color: rgb(162,221,237); }
td.TdClassName
{
border-color: #A2DDED;
}
.TagClassName
{
border-color: #A2DDED;
}
</style>