#AEB2CA

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

Shades of Echo Blue #AEB2CA

Tints of Echo Blue #AEB2CA

Color information

#AEB2CA (or 0xAEB2CA) is unknown color: approx Echo Blue. HEX triplet: AE, B2 and CA. RGB value is (174,178,202). Sum of RGB (Red+Green+Blue) = 174+178+202=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2CA is #514D35. Grayscale: #B3B3B3. Windows color (decimal): -5328182 or 13284014. OLE color: 13284014.

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

Color convert

RGB174178202-
CMYK0.140.1200.21
HSL231.43º20.9%73.73%-
HSV(B)231.43º13.86%79.22%-
XYZ44.0445.162.26-
YUV179.54140.67124.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=31.41%
G=32.13%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741782020.140.1200.21231.4320.973.73
HexAEB2CAEC015e7154a
Octal256262312161402534725112
Binary1010111010110010110010101110110001010111100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2CA; }

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

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

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

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

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

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

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

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