#AEB7CA

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

Shades of Echo Blue #AEB7CA

Tints of Echo Blue #AEB7CA

Color information

#AEB7CA (or 0xAEB7CA) is unknown color: approx Echo Blue. HEX triplet: AE, B7 and CA. RGB value is (174,183,202). Sum of RGB (Red+Green+Blue) = 174+183+202=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7CA is #514835. Grayscale: #B6B6B6. Windows color (decimal): -5326902 or 13285294. OLE color: 13285294.

HSL color Cylindrical-coordinate representation of color #AEB7CA: hue angle of 220.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEB7CA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174183202-
CMYK0.140.0900.21
HSL220.71º20.9%73.73%-
HSV(B)220.71º13.86%79.22%-
XYZ45.0547.1362.6-
YUV182.48139.02121.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=31.13%
G=32.74%
B=36.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741832020.140.0900.21220.7120.973.73
HexAEB7CAE9015dd154a
Octal256267312161102533525112
Binary1010111010110111110010101110100101010111011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7CA; }

 p { color: rgb(174,183,202); }

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

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

 a { background-color: rgb(174,183,202); }

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

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

 span { border-color: rgb(174,183,202); }

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