#ACB3C1

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

Shades of Echo Blue #ACB3C1

Tints of Echo Blue #ACB3C1

Color information

#ACB3C1 (or 0xACB3C1) is unknown color: approx Echo Blue. HEX triplet: AC, B3 and C1. RGB value is (172,179,193). Sum of RGB (Red+Green+Blue) = 172+179+193=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACB3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3C1 is #534C3E. Grayscale: #B2B2B2. Windows color (decimal): -5459007 or 12694444. OLE color: 12694444.

HSL color Cylindrical-coordinate representation of color #ACB3C1: hue angle of 220º degrees, saturation: 0.14, 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 #ACB3C1 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172179193-
CMYK0.110.0700.24
HSL220º14.48%71.57%-
HSV(B)220º10.88%75.69%-
XYZ42.7644.8656.86-
YUV178.5136.18123.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=31.62%
G=32.90%
B=35.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721791930.110.0700.2422014.4871.57
HexACB3C1B7018dce48
Octal25426330113703033416110
Binary10101100101100111100000110111110110001101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3C1; }

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

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

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

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

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

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

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

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