#ACB3CB

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

Shades of Echo Blue #ACB3CB

Tints of Echo Blue #ACB3CB

Color information

#ACB3CB (or 0xACB3CB) is unknown color: approx Echo Blue. HEX triplet: AC, B3 and CB. RGB value is (172,179,203). Sum of RGB (Red+Green+Blue) = 172+179+203=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CB is #534C34. Grayscale: #B3B3B3. Windows color (decimal): -5458997 or 13349804. OLE color: 13349804.

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

Color convert

RGB172179203-
CMYK0.150.1200.20
HSL226.45º22.96%73.53%-
HSV(B)226.45º15.27%79.61%-
XYZ43.9145.3262.93-
YUV179.64141.18122.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=31.05%
G=32.31%
B=36.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721792030.150.1200.20226.4522.9673.53
HexACB3CBFC014e2174a
Octal254263313171402434227112
Binary1010110010110011110010111111110001010011100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3CB; }

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

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

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

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

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

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

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

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