#AEB1CC

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

Shades of Echo Blue #AEB1CC

Tints of Echo Blue #AEB1CC

Color information

#AEB1CC (or 0xAEB1CC) is unknown color: approx Echo Blue. HEX triplet: AE, B1 and CC. RGB value is (174,177,204). Sum of RGB (Red+Green+Blue) = 174+177+204=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1CC is #514E33. Grayscale: #B3B3B3. Windows color (decimal): -5328436 or 13414830. OLE color: 13414830.

HSL color Cylindrical-coordinate representation of color #AEB1CC: hue angle of 234º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEB1CC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174177204-
CMYK0.150.1300.2
HSL234º22.73%74.12%-
HSV(B)234º14.71%80%-
XYZ44.0844.863.45-
YUV179.18142.01124.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=31.35%
G=31.89%
B=36.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741772040.150.1300.223422.7374.12
HexAEB1CCFD014ea174a
Octal256261314171502435227112
Binary1010111010110001110011001111110101010011101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1CC; }

 p { color: rgb(174,177,204); }

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

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

 a { background-color: rgb(174,177,204); }

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

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

 span { border-color: rgb(174,177,204); }

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