#ACB2C3

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

Shades of Echo Blue #ACB2C3

Tints of Echo Blue #ACB2C3

Color information

#ACB2C3 (or 0xACB2C3) is unknown color: approx Echo Blue. HEX triplet: AC, B2 and C3. RGB value is (172,178,195). Sum of RGB (Red+Green+Blue) = 172+178+195=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2C3 is #534D3C. Grayscale: #B2B2B2. Windows color (decimal): -5459261 or 12825260. OLE color: 12825260.

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

Color convert

RGB172178195-
CMYK0.120.0900.24
HSL224.35º16.08%71.96%-
HSV(B)224.35º11.79%76.47%-
XYZ42.7844.5557.97-
YUV178.14137.51123.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=31.56%
G=32.66%
B=35.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721781950.120.0900.24224.3516.0871.96
HexACB2C3C9018e01048
Octal254262303141103034020110
Binary1010110010110010110000111100100101100011100000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2C3; }

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

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

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

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

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

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

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

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