#AEB0CA

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

Shades of Echo Blue #AEB0CA

Tints of Echo Blue #AEB0CA

Color information

#AEB0CA (or 0xAEB0CA) is unknown color: approx Echo Blue. HEX triplet: AE, B0 and CA. RGB value is (174,176,202). Sum of RGB (Red+Green+Blue) = 174+176+202=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0CA is #514F35. Grayscale: #B2B2B2. Windows color (decimal): -5328694 or 13283502. OLE color: 13283502.

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

Color convert

RGB174176202-
CMYK0.140.1300.21
HSL235.71º20.9%73.73%-
HSV(B)235.71º13.86%79.22%-
XYZ43.6444.3162.13-
YUV178.37141.34124.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=31.52%
G=31.88%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741762020.140.1300.21235.7120.973.73
HexAEB0CAED015ec154a
Octal256260312161502535425112
Binary1010111010110000110010101110110101010111101100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0CA; }

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

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

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

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

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

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

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

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