#AEB9CA

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

Shades of Echo Blue #AEB9CA

Tints of Echo Blue #AEB9CA

Color information

#AEB9CA (or 0xAEB9CA) is unknown color: approx Echo Blue. HEX triplet: AE, B9 and CA. RGB value is (174,185,202). Sum of RGB (Red+Green+Blue) = 174+185+202=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9CA is #514635. Grayscale: #B7B7B7. Windows color (decimal): -5326390 or 13285806. OLE color: 13285806.

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

Color convert

RGB174185202-
CMYK0.140.0800.21
HSL216.43º20.9%73.73%-
HSV(B)216.43º13.86%79.22%-
XYZ45.4747.9662.74-
YUV183.65138.36121.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=31.02%
G=32.98%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741852020.140.0800.21216.4320.973.73
HexAEB9CAE8015d8154a
Octal256271312161002533025112
Binary1010111010111001110010101110100001010111011000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9CA; }

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

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

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

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

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

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

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

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