Html Css Color HEX #ACB7CB Echo Blue

📋 copy color: '#ACB7CB'

red 172 ◦ green 183 ◦ blue 203

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

Shades of Echo Blue #ACB7CB

Tints of Echo Blue #ACB7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.38%

R = 30.82%
G = 32.8%
B = 36.38%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB7CB (or 0xACB7CB) is known color: Echo Blue. HEX triplet: AC, B7 and CB. RGB value is (172,183,203). Sum of RGB (Red+Green+Blue) = 172+183+203=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7CB is #534834. Grayscale: #B5B5B5. Windows color (decimal): -5457973 or 13350828. OLE color: 13350828.

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

Color convert

RGB 172 183 203 -
CMYK 0.15 0.10 0 0.20
HSL 218.71º 0.23% 0.74% -
HSV(B) 218.71º 0.15% 0.8% -
XYZ 44.73 46.95 63.2 -
YUV 181.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 172 183 203 0.15 0.10 0 0.20 218.71 0.23 0.74
Hex AC B7 CB F A 0 14 DB 17 4A
Octal 254 267 313 17 12 0 24 333 27 112
Binary 10101100 10110111 11001011 1111 1010 0 10100 11011011 10111 1001010

Color Harmonies of #ACB7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7CB

Black with #ACB7CB

Text Example


Text Example

White with #ACB7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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