Html Css Color HEX #ACB3C1 Echo Blue

📋 copy color: '#ACB3C1'

red 172 ◦ green 179 ◦ blue 193

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

Shades of Echo Blue #ACB3C1

Tints of Echo Blue #ACB3C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.48%

R = 31.62%
G = 32.9%
B = 35.48%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACB3C1 (or 0xACB3C1) is known color: Echo Blue. HEX triplet: AC, B3 and C1. RGB value is (172,179,193). Sum of RGB (Red+Green+Blue) = 172+179+193=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACB3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3C1 is #534C3E. Grayscale: #B2B2B2. Windows color (decimal): -5459007 or 12694444. OLE color: 12694444.

HSL color Cylindrical-coordinate representation of color #ACB3C1: hue angle of 220º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB3C1 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 179 193 -
CMYK 0.11 0.07 0 0.24
HSL 220º 0.14% 0.72% -
HSV(B) 220º 0.11% 0.76% -
XYZ 42.76 44.86 56.86 -
YUV 178.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 172 179 193 0.11 0.07 0 0.24 220 0.14 0.72
Hex AC B3 C1 B 7 0 18 DC E 48
Octal 254 263 301 13 7 0 30 334 16 110
Binary 10101100 10110011 11000001 1011 111 0 11000 11011100 1110 1001000

Color Harmonies of #ACB3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3C1

Black with #ACB3C1

Text Example


Text Example

White with #ACB3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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