#ACAEC3

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

Shades of Echo Blue #ACAEC3

Tints of Echo Blue #ACAEC3

Color information

#ACAEC3 (or 0xACAEC3) is unknown color: approx Echo Blue. HEX triplet: AC, AE and C3. RGB value is (172,174,195). Sum of RGB (Red+Green+Blue) = 172+174+195=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACAEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEC3 is #53513C. Grayscale: #AFAFAF. Windows color (decimal): -5460285 or 12824236. OLE color: 12824236.

HSL color Cylindrical-coordinate representation of color #ACAEC3: hue angle of 234.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACAEC3 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172174195-
CMYK0.120.1100.24
HSL234.78º16.08%71.96%-
HSV(B)234.78º11.79%76.47%-
XYZ4242.9857.71-
YUV175.8138.84125.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 195 (76.56% from 255) = 36.04%
R=31.79%
G=32.16%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721741950.120.1100.24234.7816.0871.96
HexACAEC3CB018eb1048
Octal254256303141303035320110
Binary1010110010101110110000111100101101100011101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEC3; }

 p { color: rgb(172,174,195); }

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

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

 a { background-color: rgb(172,174,195); }

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

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

 span { border-color: rgb(172,174,195); }

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