Html Css Color HEX #ACB3C6 Echo Blue

📋 copy color: '#ACB3C6'

red 172 ◦ green 179 ◦ blue 198

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

Shades of Echo Blue #ACB3C6

Tints of Echo Blue #ACB3C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 31.33%
G = 32.6%
B = 36.07%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACB3C6 (or 0xACB3C6) is known color: Echo Blue. HEX triplet: AC, B3 and C6. RGB value is (172,179,198). Sum of RGB (Red+Green+Blue) = 172+179+198=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACB3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3C6 is #534C39. Grayscale: #B2B2B2. Windows color (decimal): -5459002 or 13022124. OLE color: 13022124.

HSL color Cylindrical-coordinate representation of color #ACB3C6: hue angle of 223.85º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB3C6 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 179 198 -
CMYK 0.13 0.10 0 0.22
HSL 223.85º 0.19% 0.73% -
HSV(B) 223.85º 0.13% 0.78% -
XYZ 43.33 45.09 59.85 -
YUV 179.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 172 179 198 0.13 0.10 0 0.22 223.85 0.19 0.73
Hex AC B3 C6 D A 0 16 E0 13 49
Octal 254 263 306 15 12 0 26 340 23 111
Binary 10101100 10110011 11000110 1101 1010 0 10110 11100000 10011 1001001

Color Harmonies of #ACB3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3C6

Black with #ACB3C6

Text Example


Text Example

White with #ACB3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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