#ACB5CA

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

Shades of Echo Blue #ACB5CA

Tints of Echo Blue #ACB5CA

Color information

#ACB5CA (or 0xACB5CA) is unknown color: approx Echo Blue. HEX triplet: AC, B5 and CA. RGB value is (172,181,202). Sum of RGB (Red+Green+Blue) = 172+181+202=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5CA is #534A35. Grayscale: #B4B4B4. Windows color (decimal): -5458486 or 13284780. OLE color: 13284780.

HSL color Cylindrical-coordinate representation of color #ACB5CA: hue angle of 222º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB5CA is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172181202-
CMYK0.150.1000.21
HSL222º22.06%73.33%-
HSV(B)222º14.85%79.22%-
XYZ44.246.0862.44-
YUV180.7140.02121.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=30.99%
G=32.61%
B=36.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721812020.150.1000.2122222.0673.33
HexACB5CAFA015de1649
Octal254265312171202533626111
Binary1010110010110101110010101111101001010111011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5CA; }

 p { color: rgb(172,181,202); }

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

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

 a { background-color: rgb(172,181,202); }

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

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

 span { border-color: rgb(172,181,202); }

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