#A1EAFA

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

Shades of Blizzard Blue #A1EAFA

Tints of Blizzard Blue #A1EAFA

Color information

#A1EAFA (or 0xA1EAFA) is unknown color: approx Blizzard Blue. HEX triplet: A1, EA and FA. RGB value is (161,234,250). Sum of RGB (Red+Green+Blue) = 161+234+250=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAFA is #5E1505. Grayscale: #D5D5D5. Windows color (decimal): -6165766 or 16444065. OLE color: 16444065.

HSL color Cylindrical-coordinate representation of color #A1EAFA: hue angle of 190.79º 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 #A1EAFA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161234250-
CMYK0.360.0600.02
HSL190.79º89.9%80.59%-
HSV(B)190.79º35.6%98.04%-
XYZ61.3873.32101.36-
YUV214148.3290.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.96%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=24.96%
G=36.28%
B=38.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612342500.360.0600.02190.7989.980.59
HexA1EAFA24602bf5a51
Octal24135237244602277132121
Binary1010000111101010111110101001001100101011111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAFA; }

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

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

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

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

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

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

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

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