#AEB0C1

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

Shades of Echo Blue #AEB0C1

Tints of Echo Blue #AEB0C1

Color information

#AEB0C1 (or 0xAEB0C1) is unknown color: approx Echo Blue. HEX triplet: AE, B0 and C1. RGB value is (174,176,193). Sum of RGB (Red+Green+Blue) = 174+176+193=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEB0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0C1 is #514F3E. Grayscale: #B1B1B1. Windows color (decimal): -5328703 or 12693678. OLE color: 12693678.

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

Color convert

RGB174176193-
CMYK0.100.0900.24
HSL233.68º13.29%71.96%-
HSV(B)233.68º9.84%75.69%-
XYZ42.6143.956.68-
YUV177.34136.84125.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=32.04%
G=32.41%
B=35.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741761930.100.0900.24233.6813.2971.96
HexAEB0C1A9018ead48
Octal256260301121103035215110
Binary101011101011000011000001101010010110001110101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0C1; }

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

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

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

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

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

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

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

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