#AEB6C1

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

Shades of Echo Blue #AEB6C1

Tints of Echo Blue #AEB6C1

Color information

#AEB6C1 (or 0xAEB6C1) is unknown color: approx Echo Blue. HEX triplet: AE, B6 and C1. RGB value is (174,182,193). Sum of RGB (Red+Green+Blue) = 174+182+193=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEB6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6C1 is #51493E. Grayscale: #B4B4B4. Windows color (decimal): -5327167 or 12695214. OLE color: 12695214.

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

Color convert

RGB174182193-
CMYK0.100.0600.24
HSL214.74º13.29%71.96%-
HSV(B)214.74º9.84%75.69%-
XYZ43.8146.357.08-
YUV180.86134.85123.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=31.69%
G=33.15%
B=35.15%

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
Decimal1741821930.100.0600.24214.7413.2971.96
HexAEB6C1A6018d7d48
Octal25626630112603032715110
Binary10101110101101101100000110101100110001101011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6C1; }

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

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

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

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

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

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

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

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