#ACB1CD

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

Shades of Echo Blue #ACB1CD

Tints of Echo Blue #ACB1CD

Color information

#ACB1CD (or 0xACB1CD) is unknown color: approx Echo Blue. HEX triplet: AC, B1 and CD. RGB value is (172,177,205). Sum of RGB (Red+Green+Blue) = 172+177+205=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1CD is #534E32. Grayscale: #B2B2B2. Windows color (decimal): -5459507 or 13480364. OLE color: 13480364.

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

Color convert

RGB172177205-
CMYK0.160.1400.20
HSL230.91º24.81%73.92%-
HSV(B)230.91º16.1%80.39%-
XYZ43.7544.6264.06-
YUV178.7142.84123.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=31.05%
G=31.95%
B=37.00%

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
Decimal1721772050.160.1400.20230.9124.8173.92
HexACB1CD10E014e7194a
Octal254261315201602434731112
Binary10101100101100011100110110000111001010011100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1CD; }

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

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

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

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

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

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

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

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