#AEB5C1

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

Shades of Echo Blue #AEB5C1

Tints of Echo Blue #AEB5C1

Color information

#AEB5C1 (or 0xAEB5C1) is unknown color: approx Echo Blue. HEX triplet: AE, B5 and C1. RGB value is (174,181,193). Sum of RGB (Red+Green+Blue) = 174+181+193=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEB5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5C1 is #514A3E. Grayscale: #B4B4B4. Windows color (decimal): -5327423 or 12694958. OLE color: 12694958.

HSL color Cylindrical-coordinate representation of color #AEB5C1: hue angle of 217.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEB5C1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174181193-
CMYK0.100.0600.24
HSL217.89º13.29%71.96%-
HSV(B)217.89º9.84%75.69%-
XYZ43.6145.957.01-
YUV180.28135.18123.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=31.75%
G=33.03%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741811930.100.0600.24217.8913.2971.96
HexAEB5C1A6018dad48
Octal25626530112603033215110
Binary10101110101101011100000110101100110001101101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5C1; }

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

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

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

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

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

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

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

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