Shades of Blizzard Blue #A2DDF1
Tints of Blizzard Blue #A2DDF1
RGB
CMYK
RGB Variations
Color information
#A2DDF1 (or 0xA2DDF1) is known color: Blizzard Blue. HEX triplet: A2, DD and F1. RGB value is (162,221,241). Sum of RGB (Red+Green+Blue) = 162+221+241=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDF1 is #5D220E. Grayscale: #CDCDCD. Windows color (decimal): -6103567 or 15850914. OLE color: 15850914.
HSL color Cylindrical-coordinate representation of color #A2DDF1: hue angle of 195.19º degrees, saturation: 0.74, 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 #A2DDF1 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 162 | 221 | 241 | - |
CMYK | 0.33 | 0.08 | 0 | 0.05 |
HSL | 195.19º | 0.74% | 0.79% | - |
HSV(B) | 195.19º | 0.33% | 0.95% | - |
XYZ | 56.63 | 65.75 | 92.92 | - |
YUV | 205.64 | 147.95 | 96.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 221 | 241 | 0.33 | 0.08 | 0 | 0.05 | 195.19 | 0.74 | 0.79 |
Hex | A2 | DD | F1 | 21 | 8 | 0 | 5 | C3 | 4A | 4F |
Octal | 242 | 335 | 361 | 41 | 10 | 0 | 5 | 303 | 112 | 117 |
Binary | 10100010 | 11011101 | 11110001 | 100001 | 1000 | 0 | 101 | 11000011 | 1001010 | 1001111 |
Color Harmonies of #A2DDF1
Complementary color
Monochromatic Colors of #A2DDF1
Black with #A2DDF1
Text Example
Text Example
White with #A2DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDF1; }
p { color: rgb(162,221,241); }
H1.HeaderClassName
{
color: #A2DDF1;
}
.AnyTagClassName
{
color: #A2DDF1;
}
</style>
background-color css
<style>
a { background-color: #A2DDF1; }
a { background-color: rgb(162,221,241); }
div.DivClassName
{
background-color: #A2DDF1;
}
.BgClassName
{
background-color: #A2DDF1;
}
</style>
border-color css
<style>
span { border-color: #A2DDF1; }
span { border-color: rgb(162,221,241); }
td.TdClassName
{
border-color: #A2DDF1;
}
.TagClassName
{
border-color: #A2DDF1;
}
</style>