#AEB9CD

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

Shades of Echo Blue #AEB9CD

Tints of Echo Blue #AEB9CD

Color information

#AEB9CD (or 0xAEB9CD) is unknown color: approx Echo Blue. HEX triplet: AE, B9 and CD. RGB value is (174,185,205). Sum of RGB (Red+Green+Blue) = 174+185+205=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9CD is #514632. Grayscale: #B7B7B7. Windows color (decimal): -5326387 or 13482414. OLE color: 13482414.

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

Color convert

RGB174185205-
CMYK0.150.1000.20
HSL218.71º23.66%74.31%-
HSV(B)218.71º15.12%80.39%-
XYZ45.8248.164.63-
YUV183.99139.86120.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=30.85%
G=32.80%
B=36.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741852050.150.1000.20218.7123.6674.31
HexAEB9CDFA014db184a
Octal256271315171202433330112
Binary1010111010111001110011011111101001010011011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9CD; }

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

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

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

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

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

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

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

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