#AEB8CA

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

Shades of Echo Blue #AEB8CA

Tints of Echo Blue #AEB8CA

Color information

#AEB8CA (or 0xAEB8CA) is unknown color: approx Echo Blue. HEX triplet: AE, B8 and CA. RGB value is (174,184,202). Sum of RGB (Red+Green+Blue) = 174+184+202=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEB8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8CA is #514735. Grayscale: #B6B6B6. Windows color (decimal): -5326646 or 13285550. OLE color: 13285550.

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

Color convert

RGB174184202-
CMYK0.140.0900.21
HSL218.57º20.9%73.73%-
HSV(B)218.57º13.86%79.22%-
XYZ45.2647.5462.67-
YUV183.06138.69121.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=31.07%
G=32.86%
B=36.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741842020.140.0900.21218.5720.973.73
HexAEB8CAE9015db154a
Octal256270312161102533325112
Binary1010111010111000110010101110100101010111011011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8CA; }

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

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

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

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

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

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

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

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