#ACAEC2

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

Shades of Echo Blue #ACAEC2

Tints of Echo Blue #ACAEC2

Color information

#ACAEC2 (or 0xACAEC2) is unknown color: approx Echo Blue. HEX triplet: AC, AE and C2. RGB value is (172,174,194). Sum of RGB (Red+Green+Blue) = 172+174+194=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEC2 is #53513D. Grayscale: #AFAFAF. Windows color (decimal): -5460286 or 12758700. OLE color: 12758700.

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

Color convert

RGB172174194-
CMYK0.110.1000.24
HSL234.55º15.28%71.76%-
HSV(B)234.55º11.34%76.08%-
XYZ41.8942.9457.12-
YUV175.68138.34125.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 194 (76.17% from 255) = 35.93%
R=31.85%
G=32.22%
B=35.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721741940.110.1000.24234.5515.2871.76
HexACAEC2BA018ebf48
Octal254256302131203035317110
Binary101011001010111011000010101110100110001110101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEC2; }

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

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

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

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

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

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

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

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