#ACB3CD

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

Shades of Echo Blue #ACB3CD

Tints of Echo Blue #ACB3CD

Color information

#ACB3CD (or 0xACB3CD) is unknown color: approx Echo Blue. HEX triplet: AC, B3 and CD. RGB value is (172,179,205). Sum of RGB (Red+Green+Blue) = 172+179+205=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CD is #534C32. Grayscale: #B3B3B3. Windows color (decimal): -5458995 or 13480876. OLE color: 13480876.

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

Color convert

RGB172179205-
CMYK0.160.1300.20
HSL227.27º24.81%73.92%-
HSV(B)227.27º16.1%80.39%-
XYZ44.1545.4264.2-
YUV179.87142.18122.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=30.94%
G=32.19%
B=36.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721792050.160.1300.20227.2724.8173.92
HexACB3CD10D014e3194a
Octal254263315201502434331112
Binary10101100101100111100110110000110101010011100011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3CD; }

 p { color: rgb(172,179,205); }

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

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

 a { background-color: rgb(172,179,205); }

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

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

 span { border-color: rgb(172,179,205); }

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