Html Css Color HEX #ACB8CB Echo Blue

📋 copy color: '#ACB8CB'

red 172 ◦ green 184 ◦ blue 203

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

Shades of Echo Blue #ACB8CB

Tints of Echo Blue #ACB8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.92%

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

R = 30.77%
G = 32.92%
B = 36.31%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB8CB (or 0xACB8CB) is known color: Echo Blue. HEX triplet: AC, B8 and CB. RGB value is (172,184,203). Sum of RGB (Red+Green+Blue) = 172+184+203=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8CB is #534734. Grayscale: #B6B6B6. Windows color (decimal): -5457717 or 13351084. OLE color: 13351084.

HSL color Cylindrical-coordinate representation of color #ACB8CB: hue angle of 216.77º 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 #ACB8CB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 184 203 -
CMYK 0.15 0.09 0 0.20
HSL 216.77º 0.23% 0.74% -
HSV(B) 216.77º 0.15% 0.8% -
XYZ 44.93 47.36 63.27 -
YUV 182.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 172 184 203 0.15 0.09 0 0.20 216.77 0.23 0.74
Hex AC B8 CB F 9 0 14 D9 17 4A
Octal 254 270 313 17 11 0 24 331 27 112
Binary 10101100 10111000 11001011 1111 1001 0 10100 11011001 10111 1001010

Color Harmonies of #ACB8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8CB

Black with #ACB8CB

Text Example


Text Example

White with #ACB8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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