#A1E9FA

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

Shades of Blizzard Blue #A1E9FA

Tints of Blizzard Blue #A1E9FA

Color information

#A1E9FA (or 0xA1E9FA) is unknown color: approx Blizzard Blue. HEX triplet: A1, E9 and FA. RGB value is (161,233,250). Sum of RGB (Red+Green+Blue) = 161+233+250=644 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1E9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E9FA is #5E1605. Grayscale: #D5D5D5. Windows color (decimal): -6166022 or 16443809. OLE color: 16443809.

HSL color Cylindrical-coordinate representation of color #A1E9FA: hue angle of 191.46º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1E9FA is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161233250-
CMYK0.360.0700.02
HSL191.46º89.9%80.59%-
HSV(B)191.46º35.6%98.04%-
XYZ61.0972.76101.27-
YUV213.41148.6590.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25%
GREEN value IS 233 (91.41% from 255) = 36.18%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=25%
G=36.18%
B=38.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612332500.360.0700.02191.4689.980.59
HexA1E9FA24702bf5a51
Octal24135137244702277132121
Binary1010000111101001111110101001001110101011111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9FA; }

 p { color: rgb(161,233,250); }

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

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

 a { background-color: rgb(161,233,250); }

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

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

 span { border-color: rgb(161,233,250); }

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