#ACB9CD

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

Shades of Echo Blue #ACB9CD

Tints of Echo Blue #ACB9CD

Color information

#ACB9CD (or 0xACB9CD) is unknown color: approx Echo Blue. HEX triplet: AC, B9 and CD. RGB value is (172,185,205). Sum of RGB (Red+Green+Blue) = 172+185+205=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9CD is #534632. Grayscale: #B7B7B7. Windows color (decimal): -5457459 or 13482412. OLE color: 13482412.

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

Color convert

RGB172185205-
CMYK0.160.1000.20
HSL216.36º24.81%73.92%-
HSV(B)216.36º16.1%80.39%-
XYZ45.3847.8864.61-
YUV183.39140.19119.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=30.60%
G=32.92%
B=36.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721852050.160.1000.20216.3624.8173.92
HexACB9CD10A014d8194a
Octal254271315201202433031112
Binary10101100101110011100110110000101001010011011000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9CD; }

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

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

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

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

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

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

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

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