Shades of Blizzard Blue #A2DFF3
Tints of Blizzard Blue #A2DFF3
RGB
CMYK
RGB Variations
Color information
#A2DFF3 (or 0xA2DFF3) is known color: Blizzard Blue. HEX triplet: A2, DF and F3. RGB value is (162,223,243). Sum of RGB (Red+Green+Blue) = 162+223+243=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #A2DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DFF3 is #5D200C. Grayscale: #CECECE. Windows color (decimal): -6103053 or 15982498. OLE color: 15982498.
HSL color Cylindrical-coordinate representation of color #A2DFF3: hue angle of 194.81º degrees, saturation: 0.77, 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 #A2DFF3 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 223 | 243 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.05 |
| HSL | 194.81º | 0.77% | 0.79% | - |
| HSV(B) | 194.81º | 0.33% | 0.95% | - |
| XYZ | 57.47 | 66.93 | 94.68 | - |
| YUV | 207.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 243 | 0.33 | 0.08 | 0 | 0.05 | 194.81 | 0.77 | 0.79 |
| Hex | A2 | DF | F3 | 21 | 8 | 0 | 5 | C3 | 4D | 4F |
| Octal | 242 | 337 | 363 | 41 | 10 | 0 | 5 | 303 | 115 | 117 |
| Binary | 10100010 | 11011111 | 11110011 | 100001 | 1000 | 0 | 101 | 11000011 | 1001101 | 1001111 |
Color Harmonies of #A2DFF3
Complementary color
Monochromatic Colors of #A2DFF3
Black with #A2DFF3
Text Example
Text Example
White with #A2DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFF3; }
p { color: rgb(162,223,243); }
H1.HeaderClassName
{
color: #A2DFF3;
}
.AnyTagClassName
{
color: #A2DFF3;
}
</style>
background-color css
<style>
a { background-color: #A2DFF3; }
a { background-color: rgb(162,223,243); }
div.DivClassName
{
background-color: #A2DFF3;
}
.BgClassName
{
background-color: #A2DFF3;
}
</style>
border-color css
<style>
span { border-color: #A2DFF3; }
span { border-color: rgb(162,223,243); }
td.TdClassName
{
border-color: #A2DFF3;
}
.TagClassName
{
border-color: #A2DFF3;
}
</style>