Html Css Color HEX #ACB4C3 Echo Blue

📋 copy color: '#ACB4C3'

red 172 ◦ green 180 ◦ blue 195

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

Shades of Echo Blue #ACB4C3

Tints of Echo Blue #ACB4C3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.91%

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 31.44%
G = 32.91%
B = 35.65%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACB4C3 (or 0xACB4C3) is known color: Echo Blue. HEX triplet: AC, B4 and C3. RGB value is (172,180,195). Sum of RGB (Red+Green+Blue) = 172+180+195=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4C3 is #534B3C. Grayscale: #B3B3B3. Windows color (decimal): -5458749 or 12825772. OLE color: 12825772.

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

Color convert

RGB 172 180 195 -
CMYK 0.12 0.08 0 0.24
HSL 219.13º 0.16% 0.72% -
HSV(B) 219.13º 0.12% 0.76% -
XYZ 43.18 45.35 58.11 -
YUV 179.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 172 180 195 0.12 0.08 0 0.24 219.13 0.16 0.72
Hex AC B4 C3 C 8 0 18 DB 10 48
Octal 254 264 303 14 10 0 30 333 20 110
Binary 10101100 10110100 11000011 1100 1000 0 11000 11011011 10000 1001000

Color Harmonies of #ACB4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4C3

Black with #ACB4C3

Text Example


Text Example

White with #ACB4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4C3; }

 p { color: rgb(172,180,195); }

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

background-color css

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

 a { background-color: rgb(172,180,195); }

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

border-color css

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

 span { border-color: rgb(172,180,195); }

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