#ACB9CB

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

Shades of Echo Blue #ACB9CB

Tints of Echo Blue #ACB9CB

Color information

#ACB9CB (or 0xACB9CB) is unknown color: approx Echo Blue. HEX triplet: AC, B9 and CB. RGB value is (172,185,203). Sum of RGB (Red+Green+Blue) = 172+185+203=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9CB is #534634. Grayscale: #B7B7B7. Windows color (decimal): -5457461 or 13351340. OLE color: 13351340.

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

Color convert

RGB172185203-
CMYK0.150.0900.20
HSL214.84º22.96%73.53%-
HSV(B)214.84º15.27%79.61%-
XYZ45.1447.7863.34-
YUV183.16139.19120.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=30.71%
G=33.04%
B=36.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721852030.150.0900.20214.8422.9673.53
HexACB9CBF9014d7174a
Octal254271313171102432727112
Binary1010110010111001110010111111100101010011010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9CB; }

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

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

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

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

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

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

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

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