#ACB4CD

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

Shades of Echo Blue #ACB4CD

Tints of Echo Blue #ACB4CD

Color information

#ACB4CD (or 0xACB4CD) is unknown color: approx Echo Blue. HEX triplet: AC, B4 and CD. RGB value is (172,180,205). Sum of RGB (Red+Green+Blue) = 172+180+205=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4CD is #534B32. Grayscale: #B4B4B4. Windows color (decimal): -5458739 or 13481132. OLE color: 13481132.

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

Color convert

RGB172180205-
CMYK0.160.1200.20
HSL225.45º24.81%73.92%-
HSV(B)225.45º16.1%80.39%-
XYZ44.3545.8264.26-
YUV180.46141.85121.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=30.88%
G=32.32%
B=36.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721802050.160.1200.20225.4524.8173.92
HexACB4CD10C014e1194a
Octal254264315201402434131112
Binary10101100101101001100110110000110001010011100001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4CD; }

 p { color: rgb(172,180,205); }

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

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

 a { background-color: rgb(172,180,205); }

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

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

 span { border-color: rgb(172,180,205); }

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