Html Css Color HEX #ACB1C1 Echo Blue

📋 copy color: '#ACB1C1'

red 172 ◦ green 177 ◦ blue 193

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

Shades of Echo Blue #ACB1C1

Tints of Echo Blue #ACB1C1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.66%

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

R = 31.73%
G = 32.66%
B = 35.61%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACB1C1 (or 0xACB1C1) is known color: Echo Blue. HEX triplet: AC, B1 and C1. RGB value is (172,177,193). Sum of RGB (Red+Green+Blue) = 172+177+193=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACB1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1C1 is #534E3E. Grayscale: #B1B1B1. Windows color (decimal): -5459519 or 12693932. OLE color: 12693932.

HSL color Cylindrical-coordinate representation of color #ACB1C1: hue angle of 225.71º 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 #ACB1C1 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 177 193 -
CMYK 0.11 0.08 0 0.24
HSL 225.71º 0.14% 0.72% -
HSV(B) 225.71º 0.11% 0.76% -
XYZ 42.36 44.07 56.72 -
YUV 177.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 172 177 193 0.11 0.08 0 0.24 225.71 0.14 0.72
Hex AC B1 C1 B 8 0 18 E2 E 48
Octal 254 261 301 13 10 0 30 342 16 110
Binary 10101100 10110001 11000001 1011 1000 0 11000 11100010 1110 1001000

Color Harmonies of #ACB1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1C1

Black with #ACB1C1

Text Example


Text Example

White with #ACB1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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