Html Css Color HEX #ACB3CB Echo Blue

📋 copy color: '#ACB3CB'

red 172 ◦ green 179 ◦ blue 203

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

Shades of Echo Blue #ACB3CB

Tints of Echo Blue #ACB3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.31%

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

R = 31.05%
G = 32.31%
B = 36.64%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB3CB (or 0xACB3CB) is known color: Echo Blue. HEX triplet: AC, B3 and CB. RGB value is (172,179,203). Sum of RGB (Red+Green+Blue) = 172+179+203=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CB is #534C34. Grayscale: #B3B3B3. Windows color (decimal): -5458997 or 13349804. OLE color: 13349804.

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

Color convert

RGB 172 179 203 -
CMYK 0.15 0.12 0 0.20
HSL 226.45º 0.23% 0.74% -
HSV(B) 226.45º 0.15% 0.8% -
XYZ 43.91 45.32 62.93 -
YUV 179.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 172 179 203 0.15 0.12 0 0.20 226.45 0.23 0.74
Hex AC B3 CB F C 0 14 E2 17 4A
Octal 254 263 313 17 14 0 24 342 27 112
Binary 10101100 10110011 11001011 1111 1100 0 10100 11100010 10111 1001010

Color Harmonies of #ACB3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3CB

Black with #ACB3CB

Text Example


Text Example

White with #ACB3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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