Html Css Color HEX #ACB4CB Echo Blue

📋 copy color: '#ACB4CB'

red 172 ◦ green 180 ◦ blue 203

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

Shades of Echo Blue #ACB4CB

Tints of Echo Blue #ACB4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.43%

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

R = 30.99%
G = 32.43%
B = 36.58%

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

#ACB4CB (or 0xACB4CB) is known color: Echo Blue. HEX triplet: AC, B4 and CB. RGB value is (172,180,203). Sum of RGB (Red+Green+Blue) = 172+180+203=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4CB is #534B34. Grayscale: #B4B4B4. Windows color (decimal): -5458741 or 13350060. OLE color: 13350060.

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

Color convert

RGB 172 180 203 -
CMYK 0.15 0.11 0 0.20
HSL 224.52º 0.23% 0.74% -
HSV(B) 224.52º 0.15% 0.8% -
XYZ 44.11 45.72 63 -
YUV 180.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 172 180 203 0.15 0.11 0 0.20 224.52 0.23 0.74
Hex AC B4 CB F B 0 14 E1 17 4A
Octal 254 264 313 17 13 0 24 341 27 112
Binary 10101100 10110100 11001011 1111 1011 0 10100 11100001 10111 1001010

Color Harmonies of #ACB4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4CB

Black with #ACB4CB

Text Example


Text Example

White with #ACB4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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