#A1AEDC

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

Shades of Echo Blue #A1AEDC

Tints of Echo Blue #A1AEDC

Color information

#A1AEDC (or 0xA1AEDC) is unknown color: approx Echo Blue. HEX triplet: A1, AE and DC. RGB value is (161,174,220). Sum of RGB (Red+Green+Blue) = 161+174+220=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEDC is #5E5123. Grayscale: #AFAFAF. Windows color (decimal): -6181156 or 14462625. OLE color: 14462625.

HSL color Cylindrical-coordinate representation of color #A1AEDC: hue angle of 226.78º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AEDC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161174220-
CMYK0.270.2100.14
HSL226.78º45.74%74.71%-
HSV(B)226.78º26.82%86.27%-
XYZ42.7543.0273.76-
YUV175.36153.19117.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=29.01%
G=31.35%
B=39.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611742200.270.2100.14226.7845.7474.71
HexA1AEDC1B150Ee32e4b
Octal241256334332501634356113
Binary101000011010111011011100110111010101110111000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEDC; }

 p { color: rgb(161,174,220); }

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

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

 a { background-color: rgb(161,174,220); }

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

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

 span { border-color: rgb(161,174,220); }

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