#ACB2CD

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

Shades of Echo Blue #ACB2CD

Tints of Echo Blue #ACB2CD

Color information

#ACB2CD (or 0xACB2CD) is unknown color: approx Echo Blue. HEX triplet: AC, B2 and CD. RGB value is (172,178,205). Sum of RGB (Red+Green+Blue) = 172+178+205=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2CD is #534D32. Grayscale: #B3B3B3. Windows color (decimal): -5459251 or 13480620. OLE color: 13480620.

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

Color convert

RGB172178205-
CMYK0.160.1300.20
HSL229.09º24.81%73.92%-
HSV(B)229.09º16.1%80.39%-
XYZ43.9545.0264.13-
YUV179.28142.51122.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=30.99%
G=32.07%
B=36.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721782050.160.1300.20229.0924.8173.92
HexACB2CD10D014e5194a
Octal254262315201502434531112
Binary10101100101100101100110110000110101010011100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2CD; }

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

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

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

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

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

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

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

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