#AEB6CD

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

Shades of Echo Blue #AEB6CD

Tints of Echo Blue #AEB6CD

Color information

#AEB6CD (or 0xAEB6CD) is unknown color: approx Echo Blue. HEX triplet: AE, B6 and CD. RGB value is (174,182,205). Sum of RGB (Red+Green+Blue) = 174+182+205=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6CD is #514932. Grayscale: #B6B6B6. Windows color (decimal): -5327155 or 13481646. OLE color: 13481646.

HSL color Cylindrical-coordinate representation of color #AEB6CD: hue angle of 224.52º 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 #AEB6CD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174182205-
CMYK0.150.1100.20
HSL224.52º23.66%74.31%-
HSV(B)224.52º15.12%80.39%-
XYZ45.246.8664.42-
YUV182.23140.85122.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=31.02%
G=32.44%
B=36.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741822050.150.1100.20224.5223.6674.31
HexAEB6CDFB014e1184a
Octal256266315171302434130112
Binary1010111010110110110011011111101101010011100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6CD; }

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

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

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

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

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

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

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

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