#A1E5ED

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

Shades of Blizzard Blue #A1E5ED

Tints of Blizzard Blue #A1E5ED

Color information

#A1E5ED (or 0xA1E5ED) is unknown color: approx Blizzard Blue. HEX triplet: A1, E5 and ED. RGB value is (161,229,237). Sum of RGB (Red+Green+Blue) = 161+229+237=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1E5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E5ED is #5E1A12. Grayscale: #D1D1D1. Windows color (decimal): -6167059 or 15590817. OLE color: 15590817.

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

Color convert

RGB161229237-
CMYK0.320.0300.07
HSL186.32º67.86%78.04%-
HSV(B)186.32º32.07%92.94%-
XYZ5869.7390.52-
YUV209.58143.4793.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.68%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=25.68%
G=36.52%
B=37.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612292370.320.0300.07186.3267.8678.04
HexA1E5ED20307ba444e
Octal24134535540307272104116
Binary1010000111100101111011011000001101111011101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E5ED; }

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

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

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

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

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

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

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

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