#ACB5C1

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

Shades of Echo Blue #ACB5C1

Tints of Echo Blue #ACB5C1

Color information

#ACB5C1 (or 0xACB5C1) is unknown color: approx Echo Blue. HEX triplet: AC, B5 and C1. RGB value is (172,181,193). Sum of RGB (Red+Green+Blue) = 172+181+193=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACB5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5C1 is #534A3E. Grayscale: #B3B3B3. Windows color (decimal): -5458495 or 12694956. OLE color: 12694956.

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

Color convert

RGB172181193-
CMYK0.110.0600.24
HSL214.29º14.48%71.57%-
HSV(B)214.29º10.88%75.69%-
XYZ43.1645.6756.99-
YUV179.68135.52122.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=31.50%
G=33.15%
B=35.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721811930.110.0600.24214.2914.4871.57
HexACB5C1B6018d6e48
Octal25426530113603032616110
Binary10101100101101011100000110111100110001101011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5C1; }

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

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

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

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

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

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

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

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