#AEB8C5

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

Shades of Echo Blue #AEB8C5

Tints of Echo Blue #AEB8C5

Color information

#AEB8C5 (or 0xAEB8C5) is unknown color: approx Echo Blue. HEX triplet: AE, B8 and C5. RGB value is (174,184,197). Sum of RGB (Red+Green+Blue) = 174+184+197=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEB8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8C5 is #51473A. Grayscale: #B6B6B6. Windows color (decimal): -5326651 or 12957870. OLE color: 12957870.

HSL color Cylindrical-coordinate representation of color #AEB8C5: hue angle of 213.91º 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 #AEB8C5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174184197-
CMYK0.120.0700.23
HSL213.91º16.55%72.75%-
HSV(B)213.91º11.68%77.25%-
XYZ44.6747.3159.6-
YUV182.49136.19121.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=31.35%
G=33.15%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741841970.120.0700.23213.9116.5572.75
HexAEB8C5C7017d61149
Octal25627030514702732621111
Binary101011101011100011000101110011101011111010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8C5; }

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

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

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

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

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

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

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

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