#ACB1C1

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

Shades of Echo Blue #ACB1C1

Tints of Echo Blue #ACB1C1

Color information

#ACB1C1 (or 0xACB1C1) is unknown color: approx Echo Blue. HEX triplet: AC, B1 and C1. RGB value is (172,177,193). Sum of RGB (Red+Green+Blue) = 172+177+193=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACB1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1C1 is #534E3E. Grayscale: #B1B1B1. Windows color (decimal): -5459519 or 12693932. OLE color: 12693932.

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

Color convert

RGB172177193-
CMYK0.110.0800.24
HSL225.71º14.48%71.57%-
HSV(B)225.71º10.88%75.69%-
XYZ42.3644.0756.72-
YUV177.33136.84124.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=31.73%
G=32.66%
B=35.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721771930.110.0800.24225.7114.4871.57
HexACB1C1B8018e2e48
Octal254261301131003034216110
Binary101011001011000111000001101110000110001110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1C1; }

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

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

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

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

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

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

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

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