#A1EAEC

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

Shades of Blizzard Blue #A1EAEC

Tints of Blizzard Blue #A1EAEC

Color information

#A1EAEC (or 0xA1EAEC) is unknown color: approx Blizzard Blue. HEX triplet: A1, EA and EC. RGB value is (161,234,236). Sum of RGB (Red+Green+Blue) = 161+234+236=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAEC is #5E1513. Grayscale: #D4D4D4. Windows color (decimal): -6165780 or 15526561. OLE color: 15526561.

HSL color Cylindrical-coordinate representation of color #A1EAEC: hue angle of 181.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EAEC is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161234236-
CMYK0.320.0100.07
HSL181.6º66.37%77.84%-
HSV(B)181.6º31.78%92.55%-
XYZ59.2672.4890.22-
YUV212.4141.3291.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.52%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=25.52%
G=37.08%
B=37.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612342360.320.0100.07181.666.3777.84
HexA1EAEC20107b6424e
Octal24135235440107266102116
Binary101000011110101011101100100000101111011011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAEC; }

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

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

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

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

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

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

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

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