#ACB3CA

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

Shades of Echo Blue #ACB3CA

Tints of Echo Blue #ACB3CA

Color information

#ACB3CA (or 0xACB3CA) is unknown color: approx Echo Blue. HEX triplet: AC, B3 and CA. RGB value is (172,179,202). Sum of RGB (Red+Green+Blue) = 172+179+202=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CA is #534C35. Grayscale: #B3B3B3. Windows color (decimal): -5458998 or 13284268. OLE color: 13284268.

HSL color Cylindrical-coordinate representation of color #ACB3CA: hue angle of 226º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB3CA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172179202-
CMYK0.150.1100.21
HSL226º22.06%73.33%-
HSV(B)226º14.85%79.22%-
XYZ43.7945.2862.31-
YUV179.53140.68122.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=31.10%
G=32.37%
B=36.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721792020.150.1100.2122622.0673.33
HexACB3CAFB015e21649
Octal254263312171302534226111
Binary1010110010110011110010101111101101010111100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3CA; }

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

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

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

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

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

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

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

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