#A2DFF1

Color #A2DFF1 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #A2DFF1

Tints of Blizzard Blue #A2DFF1

Color information

#A2DFF1 (or 0xA2DFF1) is unknown color: approx 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

RGB162223241-
CMYK0.330.0700.05
HSL193.67º73.83%79.02%-
HSV(B)193.67º32.78%94.51%-
XYZ57.1766.8193.1-
YUV206.81147.2996.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 25.88%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=25.88%
G=35.62%
B=38.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622232410.330.0700.05193.6773.8379.02
HexA2DFF121705c24a4f
Octal24233736141705302112117
Binary10100010110111111111000110000111101011100001010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>