#A8AED7

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

Shades of Echo Blue #A8AED7

Tints of Echo Blue #A8AED7

Color information

#A8AED7 (or 0xA8AED7) is unknown color: approx Echo Blue. HEX triplet: A8, AE and D7. RGB value is (168,174,215). Sum of RGB (Red+Green+Blue) = 168+174+215=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #A8AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AED7 is #575128. Grayscale: #B0B0B0. Windows color (decimal): -5722409 or 14134952. OLE color: 14134952.

HSL color Cylindrical-coordinate representation of color #A8AED7: hue angle of 232.34º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8AED7 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168174215-
CMYK0.220.1900.16
HSL232.34º37.01%75.1%-
HSV(B)232.34º21.86%84.31%-
XYZ43.5543.570.39-
YUV176.88149.51121.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=30.16%
G=31.24%
B=38.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681742150.220.1900.16232.3437.0175.1
HexA8AED71613010e8254b
Octal250256327262302035045113
Binary1010100010101110110101111011010011010000111010001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AED7; }

 p { color: rgb(168,174,215); }

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

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

 a { background-color: rgb(168,174,215); }

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

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

 span { border-color: rgb(168,174,215); }

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