#A5AEC0

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

Shades of Echo Blue #A5AEC0

Tints of Echo Blue #A5AEC0

Color information

#A5AEC0 (or 0xA5AEC0) is unknown color: approx Echo Blue. HEX triplet: A5, AE and C0. RGB value is (165,174,192). Sum of RGB (Red+Green+Blue) = 165+174+192=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #A5AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEC0 is #5A513F. Grayscale: #ADADAD. Windows color (decimal): -5919040 or 12627621. OLE color: 12627621.

HSL color Cylindrical-coordinate representation of color #A5AEC0: hue angle of 220º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AEC0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165174192-
CMYK0.140.0900.25
HSL220º17.65%70%-
HSV(B)220º14.06%75.29%-
XYZ40.1742.0855.87-
YUV173.36138.52122.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=31.07%
G=32.77%
B=36.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651741920.140.0900.2522017.6570
HexA5AEC0E9019dc1246
Octal245256300161103133422106
Binary1010010110101110110000001110100101100111011100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEC0; }

 p { color: rgb(165,174,192); }

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

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

 a { background-color: rgb(165,174,192); }

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

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

 span { border-color: rgb(165,174,192); }

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