#AEB5C0

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

Shades of Echo Blue #AEB5C0

Tints of Echo Blue #AEB5C0

Color information

#AEB5C0 (or 0xAEB5C0) is unknown color: approx Echo Blue. HEX triplet: AE, B5 and C0. RGB value is (174,181,192). Sum of RGB (Red+Green+Blue) = 174+181+192=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEB5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5C0 is #514A3F. Grayscale: #B4B4B4. Windows color (decimal): -5327424 or 12629422. OLE color: 12629422.

HSL color Cylindrical-coordinate representation of color #AEB5C0: hue angle of 216.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB5C0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174181192-
CMYK0.090.0600.25
HSL216.67º12.5%71.76%-
HSV(B)216.67º9.38%75.29%-
XYZ43.4945.8556.43-
YUV180.16134.68123.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 181 (71.09% from 255) = 33.09%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=31.81%
G=33.09%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741811920.090.0600.25216.6712.571.76
HexAEB5C096019d9c48
Octal25626530011603133114110
Binary10101110101101011100000010011100110011101100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5C0; }

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

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

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

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

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

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

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

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