#A1EAF3

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

Shades of Blizzard Blue #A1EAF3

Tints of Blizzard Blue #A1EAF3

Color information

#A1EAF3 (or 0xA1EAF3) is unknown color: approx Blizzard Blue. HEX triplet: A1, EA and F3. RGB value is (161,234,243). Sum of RGB (Red+Green+Blue) = 161+234+243=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1EAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAF3 is #5E150C. Grayscale: #D5D5D5. Windows color (decimal): -6165773 or 15985313. OLE color: 15985313.

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

Color convert

RGB161234243-
CMYK0.340.0400.05
HSL186.59º77.36%79.22%-
HSV(B)186.59º33.74%95.29%-
XYZ60.372.8995.69-
YUV213.2144.8290.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.24%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=25.24%
G=36.68%
B=38.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612342430.340.0400.05186.5977.3679.22
HexA1EAF322405bb4d4f
Octal24135236342405273115117
Binary10100001111010101111001110001010001011011101110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAF3; }

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

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

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

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

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

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

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

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