Shades of Blizzard Blue #A2DFF1
Tints of Blizzard Blue #A2DFF1
RGB
CMYK
RGB Variations
Color information
#A2DFF1 (or 0xA2DFF1) is known color: Blizzard Blue. HEX triplet: A2, DF and F1. RGB value is (162,223,241). Sum of RGB (Red+Green+Blue) = 162+223+241=626 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.88% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DFF1 is #5D200E. Grayscale: #CECECE. Windows color (decimal): -6103055 or 15851426. OLE color: 15851426.
HSL color Cylindrical-coordinate representation of color #A2DFF1: hue angle of 193.67º 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 #A2DFF1 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 223 | 241 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.05 |
| HSL | 193.67º | 0.74% | 0.79% | - |
| HSV(B) | 193.67º | 0.33% | 0.95% | - |
| XYZ | 57.17 | 66.81 | 93.1 | - |
| YUV | 206.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 241 | 0.33 | 0.07 | 0 | 0.05 | 193.67 | 0.74 | 0.79 |
| Hex | A2 | DF | F1 | 21 | 7 | 0 | 5 | C2 | 4A | 4F |
| Octal | 242 | 337 | 361 | 41 | 7 | 0 | 5 | 302 | 112 | 117 |
| Binary | 10100010 | 11011111 | 11110001 | 100001 | 111 | 0 | 101 | 11000010 | 1001010 | 1001111 |
Color Harmonies of #A2DFF1
Complementary color
Monochromatic Colors of #A2DFF1
Black with #A2DFF1
Text Example
Text Example
White with #A2DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFF1; }
p { color: rgb(162,223,241); }
H1.HeaderClassName
{
color: #A2DFF1;
}
.AnyTagClassName
{
color: #A2DFF1;
}
</style>
background-color css
<style>
a { background-color: #A2DFF1; }
a { background-color: rgb(162,223,241); }
div.DivClassName
{
background-color: #A2DFF1;
}
.BgClassName
{
background-color: #A2DFF1;
}
</style>
border-color css
<style>
span { border-color: #A2DFF1; }
span { border-color: rgb(162,223,241); }
td.TdClassName
{
border-color: #A2DFF1;
}
.TagClassName
{
border-color: #A2DFF1;
}
</style>