#A1EAF2

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

Shades of Blizzard Blue #A1EAF2

Tints of Blizzard Blue #A1EAF2

Color information

#A1EAF2 (or 0xA1EAF2) is unknown color: approx Blizzard Blue. HEX triplet: A1, EA and F2. RGB value is (161,234,242). Sum of RGB (Red+Green+Blue) = 161+234+242=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAF2 is #5E150D. Grayscale: #D4D4D4. Windows color (decimal): -6165774 or 15919777. OLE color: 15919777.

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

Color convert

RGB161234242-
CMYK0.330.0300.05
HSL185.93º75.7%79.02%-
HSV(B)185.93º33.47%94.9%-
XYZ60.1572.8394.89-
YUV213.08144.3290.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.27%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=25.27%
G=36.73%
B=37.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612342420.330.0300.05185.9375.779.02
HexA1EAF221305ba4c4f
Octal24135236241305272114117
Binary1010000111101010111100101000011101011011101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAF2; }

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

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

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

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

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

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

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

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