#ACB3D5

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

Shades of Echo Blue #ACB3D5

Tints of Echo Blue #ACB3D5

Color information

#ACB3D5 (or 0xACB3D5) is unknown color: approx Echo Blue. HEX triplet: AC, B3 and D5. RGB value is (172,179,213). Sum of RGB (Red+Green+Blue) = 172+179+213=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACB3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3D5 is #534C2A. Grayscale: #B4B4B4. Windows color (decimal): -5458987 or 14005164. OLE color: 14005164.

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

Color convert

RGB172179213-
CMYK0.190.1600.16
HSL229.76º32.8%75.49%-
HSV(B)229.76º19.25%83.53%-
XYZ45.1445.8169.41-
YUV180.78146.18121.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 179 (70.31% from 255) = 31.74%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=30.50%
G=31.74%
B=37.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721792130.190.1600.16229.7632.875.49
HexACB3D51310010e6214b
Octal254263325232002034641113
Binary1010110010110011110101011001110000010000111001101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3D5; }

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

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

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

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

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

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

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

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