Html Css Color HEX #ACB7CD Echo Blue

📋 copy color: '#ACB7CD'

red 172 ◦ green 183 ◦ blue 205

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

Shades of Echo Blue #ACB7CD

Tints of Echo Blue #ACB7CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 30.71%
G = 32.68%
B = 36.61%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB7CD (or 0xACB7CD) is known color: Echo Blue. HEX triplet: AC, B7 and CD. RGB value is (172,183,205). Sum of RGB (Red+Green+Blue) = 172+183+205=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7CD is #534832. Grayscale: #B6B6B6. Windows color (decimal): -5457971 or 13481900. OLE color: 13481900.

HSL color Cylindrical-coordinate representation of color #ACB7CD: hue angle of 220º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB7CD is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 183 205 -
CMYK 0.16 0.11 0 0.20
HSL 220º 0.25% 0.74% -
HSV(B) 220º 0.16% 0.8% -
XYZ 44.97 47.05 64.47 -
YUV 182.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 172 183 205 0.16 0.11 0 0.20 220 0.25 0.74
Hex AC B7 CD 10 B 0 14 DC 19 4A
Octal 254 267 315 20 13 0 24 334 31 112
Binary 10101100 10110111 11001101 10000 1011 0 10100 11011100 11001 1001010

Color Harmonies of #ACB7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7CD

Black with #ACB7CD

Text Example


Text Example

White with #ACB7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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