#A1DCF2

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

Shades of Blizzard Blue #A1DCF2

Tints of Blizzard Blue #A1DCF2

Color information

#A1DCF2 (or 0xA1DCF2) is unknown color: approx Blizzard Blue. HEX triplet: A1, DC and F2. RGB value is (161,220,242). Sum of RGB (Red+Green+Blue) = 161+220+242=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCF2 is #5E230D. Grayscale: #CCCCCC. Windows color (decimal): -6169358 or 15916193. OLE color: 15916193.

HSL color Cylindrical-coordinate representation of color #A1DCF2: hue angle of 196.3º degrees, saturation: 0.76, 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 #A1DCF2 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161220242-
CMYK0.330.0900.05
HSL196.3º75.7%79.02%-
HSV(B)196.3º33.47%94.9%-
XYZ56.3265.1793.62-
YUV204.87148.9596.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.84%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 242 (94.92% from 255) = 38.84%
R=25.84%
G=35.31%
B=38.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612202420.330.0900.05196.375.779.02
HexA1DCF221905c44c4f
Octal241334362411105304114117
Binary101000011101110011110010100001100101011100010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCF2; }

 p { color: rgb(161,220,242); }

 H1.HeaderClassName
 {
   color: #A1DCF2;
 }
 .AnyTagClassName
 {
   color: #A1DCF2;
 }
</style>
background-color css

<style>
 a { background-color: #A1DCF2; }

 a { background-color: rgb(161,220,242); }

 div.DivClassName
 {
   background-color: #A1DCF2;
 }
 .BgClassName
 {
   background-color: #A1DCF2;
 }
</style>
border-color css

<style>
 span { border-color: #A1DCF2; }

 span { border-color: rgb(161,220,242); }

 td.TdClassName
 {
   border-color: #A1DCF2;
 }
 .TagClassName
 {
   border-color: #A1DCF2;
 }
</style>