#A1DDF3

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

Shades of Blizzard Blue #A1DDF3

Tints of Blizzard Blue #A1DDF3

Color information

#A1DDF3 (or 0xA1DDF3) is unknown color: approx Blizzard Blue. HEX triplet: A1, DD and F3. RGB value is (161,221,243). Sum of RGB (Red+Green+Blue) = 161+221+243=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1DDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDF3 is #5E220C. Grayscale: #CDCDCD. Windows color (decimal): -6169101 or 15981985. OLE color: 15981985.

HSL color Cylindrical-coordinate representation of color #A1DDF3: hue angle of 196.1º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1DDF3 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161221243-
CMYK0.340.0900.05
HSL196.1º77.36%79.22%-
HSV(B)196.1º33.74%95.29%-
XYZ56.7365.7694.5-
YUV205.57149.1296.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.76%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 243 (95.31% from 255) = 38.88%
R=25.76%
G=35.36%
B=38.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612212430.340.0900.05196.177.3679.22
HexA1DDF322905c44d4f
Octal241335363421105304115117
Binary101000011101110111110011100010100101011100010010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDF3; }

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

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

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

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

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

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

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

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