#ACB2D5

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

Shades of Echo Blue #ACB2D5

Tints of Echo Blue #ACB2D5

Color information

#ACB2D5 (or 0xACB2D5) is unknown color: approx Echo Blue. HEX triplet: AC, B2 and D5. RGB value is (172,178,213). Sum of RGB (Red+Green+Blue) = 172+178+213=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACB2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2D5 is #534D2A. Grayscale: #B4B4B4. Windows color (decimal): -5459243 or 14004908. OLE color: 14004908.

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

Color convert

RGB172178213-
CMYK0.190.1600.16
HSL231.22º32.8%75.49%-
HSV(B)231.22º19.25%83.53%-
XYZ44.9445.4269.35-
YUV180.2146.51122.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=30.55%
G=31.62%
B=37.83%

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
Decimal1721782130.190.1600.16231.2232.875.49
HexACB2D51310010e7214b
Octal254262325232002034741113
Binary1010110010110010110101011001110000010000111001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2D5; }

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

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

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

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

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

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

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

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