#ACB0CD

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

Shades of Echo Blue #ACB0CD

Tints of Echo Blue #ACB0CD

Color information

#ACB0CD (or 0xACB0CD) is unknown color: approx Echo Blue. HEX triplet: AC, B0 and CD. RGB value is (172,176,205). Sum of RGB (Red+Green+Blue) = 172+176+205=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CD is #534F32. Grayscale: #B1B1B1. Windows color (decimal): -5459763 or 13480108. OLE color: 13480108.

HSL color Cylindrical-coordinate representation of color #ACB0CD: hue angle of 232.73º 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 #ACB0CD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172176205-
CMYK0.160.1400.20
HSL232.73º24.81%73.92%-
HSV(B)232.73º16.1%80.39%-
XYZ43.5644.2364-
YUV178.11143.17123.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=31.10%
G=31.83%
B=37.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721762050.160.1400.20232.7324.8173.92
HexACB0CD10E014e9194a
Octal254260315201602435131112
Binary10101100101100001100110110000111001010011101001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0CD; }

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

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

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

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

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

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

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

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