#A1E3ED

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

Shades of Blizzard Blue #A1E3ED

Tints of Blizzard Blue #A1E3ED

Color information

#A1E3ED (or 0xA1E3ED) is unknown color: approx Blizzard Blue. HEX triplet: A1, E3 and ED. RGB value is (161,227,237). Sum of RGB (Red+Green+Blue) = 161+227+237=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E3ED is #5E1C12. Grayscale: #D0D0D0. Windows color (decimal): -6167571 or 15590305. OLE color: 15590305.

HSL color Cylindrical-coordinate representation of color #A1E3ED: hue angle of 187.89º degrees, saturation: 0.68, 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 #A1E3ED is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161227237-
CMYK0.320.0400.07
HSL187.89º67.86%78.04%-
HSV(B)187.89º32.07%92.94%-
XYZ57.4568.6390.34-
YUV208.41144.1394.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.76%
GREEN value IS 227 (89.06% from 255) = 36.32%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=25.76%
G=36.32%
B=37.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612272370.320.0400.07187.8967.8678.04
HexA1E3ED20407bc444e
Octal24134335540407274104116
Binary10100001111000111110110110000010001111011110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3ED; }

 p { color: rgb(161,227,237); }

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

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

 a { background-color: rgb(161,227,237); }

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

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

 span { border-color: rgb(161,227,237); }

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