#A9AEDA

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

Shades of Echo Blue #A9AEDA

Tints of Echo Blue #A9AEDA

Color information

#A9AEDA (or 0xA9AEDA) is unknown color: approx Echo Blue. HEX triplet: A9, AE and DA. RGB value is (169,174,218). Sum of RGB (Red+Green+Blue) = 169+174+218=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDA is #565125. Grayscale: #B1B1B1. Windows color (decimal): -5656870 or 14331561. OLE color: 14331561.

HSL color Cylindrical-coordinate representation of color #A9AEDA: hue angle of 233.88º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9AEDA is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169174218-
CMYK0.220.2000.15
HSL233.88º39.84%75.88%-
HSV(B)233.88º22.48%85.49%-
XYZ44.1543.7772.45-
YUV177.52150.84121.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.12%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=30.12%
G=31.02%
B=38.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691742180.220.2000.15233.8839.8475.88
HexA9AEDA16140Fea284c
Octal251256332262401735250114
Binary101010011010111011011010101101010001111111010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEDA; }

 p { color: rgb(169,174,218); }

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

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

 a { background-color: rgb(169,174,218); }

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

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

 span { border-color: rgb(169,174,218); }

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