#AEB5CA

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

Shades of Echo Blue #AEB5CA

Tints of Echo Blue #AEB5CA

Color information

#AEB5CA (or 0xAEB5CA) is unknown color: approx Echo Blue. HEX triplet: AE, B5 and CA. RGB value is (174,181,202). Sum of RGB (Red+Green+Blue) = 174+181+202=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5CA is #514A35. Grayscale: #B5B5B5. Windows color (decimal): -5327414 or 13284782. OLE color: 13284782.

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

Color convert

RGB174181202-
CMYK0.140.1000.21
HSL225º20.9%73.73%-
HSV(B)225º13.86%79.22%-
XYZ44.6446.3162.46-
YUV181.3139.68122.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=31.24%
G=32.50%
B=36.27%

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
Decimal1741812020.140.1000.2122520.973.73
HexAEB5CAEA015e1154a
Octal256265312161202534125112
Binary1010111010110101110010101110101001010111100001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5CA; }

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

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

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

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

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

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

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

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