#AEB5CD

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

Shades of Echo Blue #AEB5CD

Tints of Echo Blue #AEB5CD

Color information

#AEB5CD (or 0xAEB5CD) is unknown color: approx Echo Blue. HEX triplet: AE, B5 and CD. RGB value is (174,181,205). Sum of RGB (Red+Green+Blue) = 174+181+205=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEB5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5CD is #514A32. Grayscale: #B5B5B5. Windows color (decimal): -5327411 or 13481390. OLE color: 13481390.

HSL color Cylindrical-coordinate representation of color #AEB5CD: hue angle of 226.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEB5CD is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174181205-
CMYK0.150.1200.20
HSL226.45º23.66%74.31%-
HSV(B)226.45º15.12%80.39%-
XYZ4546.4564.35-
YUV181.64141.18122.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=31.07%
G=32.32%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741812050.150.1200.20226.4523.6674.31
HexAEB5CDFC014e2184a
Octal256265315171402434230112
Binary1010111010110101110011011111110001010011100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5CD; }

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

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

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

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

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

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

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

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