Html Css Color HEX #ACB5C3 Echo Blue

📋 copy color: '#ACB5C3'

red 172 ◦ green 181 ◦ blue 195

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

Shades of Echo Blue #ACB5C3

Tints of Echo Blue #ACB5C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.58%

R = 31.39%
G = 33.03%
B = 35.58%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACB5C3 (or 0xACB5C3) is known color: Echo Blue. HEX triplet: AC, B5 and C3. RGB value is (172,181,195). Sum of RGB (Red+Green+Blue) = 172+181+195=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5C3 is #534A3C. Grayscale: #B3B3B3. Windows color (decimal): -5458493 or 12826028. OLE color: 12826028.

HSL color Cylindrical-coordinate representation of color #ACB5C3: hue angle of 216.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB5C3 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 181 195 -
CMYK 0.12 0.07 0 0.24
HSL 216.52º 0.16% 0.72% -
HSV(B) 216.52º 0.12% 0.76% -
XYZ 43.39 45.76 58.18 -
YUV 179.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 172 181 195 0.12 0.07 0 0.24 216.52 0.16 0.72
Hex AC B5 C3 C 7 0 18 D9 10 48
Octal 254 265 303 14 7 0 30 331 20 110
Binary 10101100 10110101 11000011 1100 111 0 11000 11011001 10000 1001000

Color Harmonies of #ACB5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5C3

Black with #ACB5C3

Text Example


Text Example

White with #ACB5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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