#AEB3C1

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

Shades of Echo Blue #AEB3C1

Tints of Echo Blue #AEB3C1

Color information

#AEB3C1 (or 0xAEB3C1) is unknown color: approx Echo Blue. HEX triplet: AE, B3 and C1. RGB value is (174,179,193). Sum of RGB (Red+Green+Blue) = 174+179+193=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEB3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3C1 is #514C3E. Grayscale: #B3B3B3. Windows color (decimal): -5327935 or 12694446. OLE color: 12694446.

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

Color convert

RGB174179193-
CMYK0.100.0700.24
HSL224.21º13.29%71.96%-
HSV(B)224.21º9.84%75.69%-
XYZ43.245.0956.88-
YUV179.1135.84124.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=31.87%
G=32.78%
B=35.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741791930.100.0700.24224.2113.2971.96
HexAEB3C1A7018e0d48
Octal25626330112703034015110
Binary10101110101100111100000110101110110001110000011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3C1; }

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

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

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

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

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

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

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

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