#A1AECB

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

Shades of Echo Blue #A1AECB

Tints of Echo Blue #A1AECB

Color information

#A1AECB (or 0xA1AECB) is unknown color: approx Echo Blue. HEX triplet: A1, AE and CB. RGB value is (161,174,203). Sum of RGB (Red+Green+Blue) = 161+174+203=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AECB is #5E5134. Grayscale: #ADADAD. Windows color (decimal): -6181173 or 13348513. OLE color: 13348513.

HSL color Cylindrical-coordinate representation of color #A1AECB: hue angle of 221.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AECB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161174203-
CMYK0.210.1400.20
HSL221.43º28.77%71.37%-
HSV(B)221.43º20.69%79.61%-
XYZ40.6142.1662.5-
YUV173.42144.69119.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=29.93%
G=32.34%
B=37.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611742030.210.1400.20221.4328.7771.37
HexA1AECB15E014dd1d47
Octal241256313251602433535107
Binary10100001101011101100101110101111001010011011101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AECB; }

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

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

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

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

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

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

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

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