Html Css Color HEX #ACB7C6 Echo Blue

📋 copy color: '#ACB7C6'

red 172 ◦ green 183 ◦ blue 198

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

Shades of Echo Blue #ACB7C6

Tints of Echo Blue #ACB7C6

RGB

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

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

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

R = 31.1%
G = 33.09%
B = 35.8%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACB7C6 (or 0xACB7C6) is known color: Echo Blue. HEX triplet: AC, B7 and C6. RGB value is (172,183,198). Sum of RGB (Red+Green+Blue) = 172+183+198=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACB7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7C6 is #534839. Grayscale: #B5B5B5. Windows color (decimal): -5457978 or 13023148. OLE color: 13023148.

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

Color convert

RGB 172 183 198 -
CMYK 0.13 0.08 0 0.22
HSL 214.62º 0.19% 0.73% -
HSV(B) 214.62º 0.13% 0.78% -
XYZ 44.14 46.71 60.12 -
YUV 181.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 172 183 198 0.13 0.08 0 0.22 214.62 0.19 0.73
Hex AC B7 C6 D 8 0 16 D7 13 49
Octal 254 267 306 15 10 0 26 327 23 111
Binary 10101100 10110111 11000110 1101 1000 0 10110 11010111 10011 1001001

Color Harmonies of #ACB7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7C6

Black with #ACB7C6

Text Example


Text Example

White with #ACB7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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