#AEB4C5

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

Shades of Echo Blue #AEB4C5

Tints of Echo Blue #AEB4C5

Color information

#AEB4C5 (or 0xAEB4C5) is unknown color: approx Echo Blue. HEX triplet: AE, B4 and C5. RGB value is (174,180,197). Sum of RGB (Red+Green+Blue) = 174+180+197=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEB4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4C5 is #514B3A. Grayscale: #B4B4B4. Windows color (decimal): -5327675 or 12956846. OLE color: 12956846.

HSL color Cylindrical-coordinate representation of color #AEB4C5: hue angle of 224.35º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEB4C5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174180197-
CMYK0.120.0900.23
HSL224.35º16.55%72.75%-
HSV(B)224.35º11.68%77.25%-
XYZ43.8545.6759.33-
YUV180.14137.51123.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 197 (77.34% from 255) = 35.75%
R=31.58%
G=32.67%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741801970.120.0900.23224.3516.5572.75
HexAEB4C5C9017e01149
Octal256264305141102734021111
Binary1010111010110100110001011100100101011111100000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4C5; }

 p { color: rgb(174,180,197); }

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

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

 a { background-color: rgb(174,180,197); }

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

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

 span { border-color: rgb(174,180,197); }

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