Html Css Color HEX #ACB3CD Echo Blue

📋 copy color: '#ACB3CD'

red 172 ◦ green 179 ◦ blue 205

#ACB3CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #ACB3CD

Tints of Echo Blue #ACB3CD

RGB

 RED value IS 172 (67.58% from 255) = 30.94%

 GREEN value IS 179 (70.31% from 255) = 32.19%

 BLUE value IS 205 (80.47% from 255) = 36.87%

R = 30.94%
G = 32.19%
B = 36.87%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB3CD (or 0xACB3CD) is known color: Echo Blue. HEX triplet: AC, B3 and CD. RGB value is (172,179,205). Sum of RGB (Red+Green+Blue) = 172+179+205=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CD is #534C32. Grayscale: #B3B3B3. Windows color (decimal): -5458995 or 13480876. OLE color: 13480876.

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

Color convert

RGB 172 179 205 -
CMYK 0.16 0.13 0 0.20
HSL 227.27º 0.25% 0.74% -
HSV(B) 227.27º 0.16% 0.8% -
XYZ 44.15 45.42 64.2 -
YUV 179.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 172 179 205 0.16 0.13 0 0.20 227.27 0.25 0.74
Hex AC B3 CD 10 D 0 14 E3 19 4A
Octal 254 263 315 20 15 0 24 343 31 112
Binary 10101100 10110011 11001101 10000 1101 0 10100 11100011 11001 1001010

Color Harmonies of #ACB3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3CD

Black with #ACB3CD

Text Example


Text Example

White with #ACB3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3CD; }

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

 H1.HeaderClassName
 {
   color: #ACB3CD;
 }
 .AnyTagClassName
 {
   color: #ACB3CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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