#ACB1CB

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

Shades of Echo Blue #ACB1CB

Tints of Echo Blue #ACB1CB

Color information

#ACB1CB (or 0xACB1CB) is unknown color: approx Echo Blue. HEX triplet: AC, B1 and CB. RGB value is (172,177,203). Sum of RGB (Red+Green+Blue) = 172+177+203=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1CB is #534E34. Grayscale: #B2B2B2. Windows color (decimal): -5459509 or 13349292. OLE color: 13349292.

HSL color Cylindrical-coordinate representation of color #ACB1CB: hue angle of 230.32º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB1CB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172177203-
CMYK0.150.1300.20
HSL230.32º22.96%73.53%-
HSV(B)230.32º15.27%79.61%-
XYZ43.5144.5362.8-
YUV178.47141.84123.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=31.16%
G=32.07%
B=36.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721772030.150.1300.20230.3222.9673.53
HexACB1CBFD014e6174a
Octal254261313171502434627112
Binary1010110010110001110010111111110101010011100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1CB; }

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

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

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

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

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

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

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

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