#AEB2CC

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

Shades of Echo Blue #AEB2CC

Tints of Echo Blue #AEB2CC

Color information

#AEB2CC (or 0xAEB2CC) is unknown color: approx Echo Blue. HEX triplet: AE, B2 and CC. RGB value is (174,178,204). Sum of RGB (Red+Green+Blue) = 174+178+204=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2CC is #514D33. Grayscale: #B3B3B3. Windows color (decimal): -5328180 or 13415086. OLE color: 13415086.

HSL color Cylindrical-coordinate representation of color #AEB2CC: hue angle of 232º 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 #AEB2CC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174178204-
CMYK0.150.1300.2
HSL232º22.73%74.12%-
HSV(B)232º14.71%80%-
XYZ44.2845.263.52-
YUV179.77141.67123.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=31.29%
G=32.01%
B=36.69%

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
Decimal1741782040.150.1300.223222.7374.12
HexAEB2CCFD014e8174a
Octal256262314171502435027112
Binary1010111010110010110011001111110101010011101000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2CC; }

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

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

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

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

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

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

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

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