Html Css Color HEX #ACB5CB Echo Blue

📋 copy color: '#ACB5CB'

red 172 ◦ green 181 ◦ blue 203

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

Shades of Echo Blue #ACB5CB

Tints of Echo Blue #ACB5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.55%

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

R = 30.94%
G = 32.55%
B = 36.51%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB5CB (or 0xACB5CB) is known color: Echo Blue. HEX triplet: AC, B5 and CB. RGB value is (172,181,203). Sum of RGB (Red+Green+Blue) = 172+181+203=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5CB is #534A34. Grayscale: #B4B4B4. Windows color (decimal): -5458485 or 13350316. OLE color: 13350316.

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

Color convert

RGB 172 181 203 -
CMYK 0.15 0.11 0 0.20
HSL 222.58º 0.23% 0.74% -
HSV(B) 222.58º 0.15% 0.8% -
XYZ 44.32 46.13 63.07 -
YUV 180.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 172 181 203 0.15 0.11 0 0.20 222.58 0.23 0.74
Hex AC B5 CB F B 0 14 DF 17 4A
Octal 254 265 313 17 13 0 24 337 27 112
Binary 10101100 10110101 11001011 1111 1011 0 10100 11011111 10111 1001010

Color Harmonies of #ACB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5CB

Black with #ACB5CB

Text Example


Text Example

White with #ACB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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