#A1E4ED

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

Shades of Blizzard Blue #A1E4ED

Tints of Blizzard Blue #A1E4ED

Color information

#A1E4ED (or 0xA1E4ED) is unknown color: approx Blizzard Blue. HEX triplet: A1, E4 and ED. RGB value is (161,228,237). Sum of RGB (Red+Green+Blue) = 161+228+237=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1E4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E4ED is #5E1B12. Grayscale: #D0D0D0. Windows color (decimal): -6167315 or 15590561. OLE color: 15590561.

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

Color convert

RGB161228237-
CMYK0.320.0400.07
HSL187.11º67.86%78.04%-
HSV(B)187.11º32.07%92.94%-
XYZ57.7369.1890.43-
YUV208.99143.893.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.72%
GREEN value IS 228 (89.45% from 255) = 36.42%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=25.72%
G=36.42%
B=37.86%

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
Decimal1612282370.320.0400.07187.1167.8678.04
HexA1E4ED20407bb444e
Octal24134435540407273104116
Binary10100001111001001110110110000010001111011101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E4ED; }

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

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

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

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

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

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

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

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