#ACB1D5

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

Shades of Echo Blue #ACB1D5

Tints of Echo Blue #ACB1D5

Color information

#ACB1D5 (or 0xACB1D5) is unknown color: approx Echo Blue. HEX triplet: AC, B1 and D5. RGB value is (172,177,213). Sum of RGB (Red+Green+Blue) = 172+177+213=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACB1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1D5 is #534E2A. Grayscale: #B3B3B3. Windows color (decimal): -5459499 or 14004652. OLE color: 14004652.

HSL color Cylindrical-coordinate representation of color #ACB1D5: hue angle of 232.68º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB1D5 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172177213-
CMYK0.190.1700.16
HSL232.68º32.8%75.49%-
HSV(B)232.68º19.25%83.53%-
XYZ44.7545.0269.28-
YUV179.61146.84122.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=30.60%
G=31.49%
B=37.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721772130.190.1700.16232.6832.875.49
HexACB1D51311010e9214b
Octal254261325232102035141113
Binary1010110010110001110101011001110001010000111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1D5; }

 p { color: rgb(172,177,213); }

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

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

 a { background-color: rgb(172,177,213); }

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

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

 span { border-color: rgb(172,177,213); }

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