#A1DDF2

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

Shades of Blizzard Blue #A1DDF2

Tints of Blizzard Blue #A1DDF2

Color information

#A1DDF2 (or 0xA1DDF2) is unknown color: approx Blizzard Blue. HEX triplet: A1, DD and F2. RGB value is (161,221,242). Sum of RGB (Red+Green+Blue) = 161+221+242=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDF2 is #5E220D. Grayscale: #CDCDCD. Windows color (decimal): -6169102 or 15916449. OLE color: 15916449.

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

Color convert

RGB161221242-
CMYK0.330.0900.05
HSL195.56º75.7%79.02%-
HSV(B)195.56º33.47%94.9%-
XYZ56.5865.793.7-
YUV205.45148.6296.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.80%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=25.80%
G=35.42%
B=38.78%

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
Decimal1612212420.330.0900.05195.5675.779.02
HexA1DDF221905c44c4f
Octal241335362411105304114117
Binary101000011101110111110010100001100101011100010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDF2; }

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

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

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

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

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

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

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

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