#ACB6CB

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

Shades of Echo Blue #ACB6CB

Tints of Echo Blue #ACB6CB

Color information

#ACB6CB (or 0xACB6CB) is unknown color: approx Echo Blue. HEX triplet: AC, B6 and CB. RGB value is (172,182,203). Sum of RGB (Red+Green+Blue) = 172+182+203=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6CB is #534934. Grayscale: #B5B5B5. Windows color (decimal): -5458229 or 13350572. OLE color: 13350572.

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

Color convert

RGB172182203-
CMYK0.150.1000.20
HSL220.65º22.96%73.53%-
HSV(B)220.65º15.27%79.61%-
XYZ44.5246.5463.14-
YUV181.4140.19121.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 182 (71.48% from 255) = 32.68%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=30.88%
G=32.68%
B=36.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721822030.150.1000.20220.6522.9673.53
HexACB6CBFA014dd174a
Octal254266313171202433527112
Binary1010110010110110110010111111101001010011011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6CB; }

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

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

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

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

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

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

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

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