Html Css Color HEX #ACB7C5 Echo Blue

📋 copy color: '#ACB7C5'

red 172 ◦ green 183 ◦ blue 197

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

Shades of Echo Blue #ACB7C5

Tints of Echo Blue #ACB7C5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.15%

 BLUE value IS 197 (77.34% from 255) = 35.69%

R = 31.16%
G = 33.15%
B = 35.69%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACB7C5 (or 0xACB7C5) is known color: Echo Blue. HEX triplet: AC, B7 and C5. RGB value is (172,183,197). Sum of RGB (Red+Green+Blue) = 172+183+197=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACB7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7C5 is #53483A. Grayscale: #B5B5B5. Windows color (decimal): -5457979 or 12957612. OLE color: 12957612.

HSL color Cylindrical-coordinate representation of color #ACB7C5: hue angle of 213.6º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB7C5 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 183 197 -
CMYK 0.13 0.07 0 0.23
HSL 213.6º 0.18% 0.72% -
HSV(B) 213.6º 0.13% 0.77% -
XYZ 44.02 46.67 59.51 -
YUV 181.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 172 183 197 0.13 0.07 0 0.23 213.6 0.18 0.72
Hex AC B7 C5 D 7 0 17 D6 12 48
Octal 254 267 305 15 7 0 27 326 22 110
Binary 10101100 10110111 11000101 1101 111 0 10111 11010110 10010 1001000

Color Harmonies of #ACB7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7C5

Black with #ACB7C5

Text Example


Text Example

White with #ACB7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7C5; }

 p { color: rgb(172,183,197); }

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

background-color css

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

 a { background-color: rgb(172,183,197); }

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

border-color css

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

 span { border-color: rgb(172,183,197); }

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