#AEB4CA

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

Shades of Echo Blue #AEB4CA

Tints of Echo Blue #AEB4CA

Color information

#AEB4CA (or 0xAEB4CA) is unknown color: approx Echo Blue. HEX triplet: AE, B4 and CA. RGB value is (174,180,202). Sum of RGB (Red+Green+Blue) = 174+180+202=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEB4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4CA is #514B35. Grayscale: #B4B4B4. Windows color (decimal): -5327670 or 13284526. OLE color: 13284526.

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

Color convert

RGB174180202-
CMYK0.140.1100.21
HSL227.14º20.9%73.73%-
HSV(B)227.14º13.86%79.22%-
XYZ44.4445.9162.4-
YUV180.71140.01123.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=31.29%
G=32.37%
B=36.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741802020.140.1100.21227.1420.973.73
HexAEB4CAEB015e3154a
Octal256264312161302534325112
Binary1010111010110100110010101110101101010111100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4CA; }

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

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

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

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

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

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

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

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