#AEB6CA

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

Shades of Echo Blue #AEB6CA

Tints of Echo Blue #AEB6CA

Color information

#AEB6CA (or 0xAEB6CA) is unknown color: approx Echo Blue. HEX triplet: AE, B6 and CA. RGB value is (174,182,202). Sum of RGB (Red+Green+Blue) = 174+182+202=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6CA is #514935. Grayscale: #B5B5B5. Windows color (decimal): -5327158 or 13285038. OLE color: 13285038.

HSL color Cylindrical-coordinate representation of color #AEB6CA: hue angle of 222.86º 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 #AEB6CA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174182202-
CMYK0.140.1000.21
HSL222.86º20.9%73.73%-
HSV(B)222.86º13.86%79.22%-
XYZ44.8446.7262.53-
YUV181.89139.35122.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=31.18%
G=32.62%
B=36.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741822020.140.1000.21222.8620.973.73
HexAEB6CAEA015df154a
Octal256266312161202533725112
Binary1010111010110110110010101110101001010111011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6CA; }

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

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

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

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

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

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

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

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