#A8AECD

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

Shades of Echo Blue #A8AECD

Tints of Echo Blue #A8AECD

Color information

#A8AECD (or 0xA8AECD) is unknown color: approx Echo Blue. HEX triplet: A8, AE and CD. RGB value is (168,174,205). Sum of RGB (Red+Green+Blue) = 168+174+205=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AECD is #575132. Grayscale: #AFAFAF. Windows color (decimal): -5722419 or 13479592. OLE color: 13479592.

HSL color Cylindrical-coordinate representation of color #A8AECD: hue angle of 230.27º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AECD is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168174205-
CMYK0.180.1500.20
HSL230.27º27.01%73.14%-
HSV(B)230.27º18.05%80.39%-
XYZ42.34363.83-
YUV175.74144.51122.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=30.71%
G=31.81%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681742050.180.1500.20230.2727.0173.14
HexA8AECD12F014e61b49
Octal250256315221702434633111
Binary10101000101011101100110110010111101010011100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AECD; }

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

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

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

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

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

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

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

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