Html Css Color HEX #ACB0CD Echo Blue

📋 copy color: '#ACB0CD'

red 172 ◦ green 176 ◦ blue 205

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

Shades of Echo Blue #ACB0CD

Tints of Echo Blue #ACB0CD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.83%

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 31.1%
G = 31.83%
B = 37.07%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB0CD (or 0xACB0CD) is known color: Echo Blue. HEX triplet: AC, B0 and CD. RGB value is (172,176,205). Sum of RGB (Red+Green+Blue) = 172+176+205=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CD is #534F32. Grayscale: #B1B1B1. Windows color (decimal): -5459763 or 13480108. OLE color: 13480108.

HSL color Cylindrical-coordinate representation of color #ACB0CD: hue angle of 232.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB0CD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 176 205 -
CMYK 0.16 0.14 0 0.20
HSL 232.73º 0.25% 0.74% -
HSV(B) 232.73º 0.16% 0.8% -
XYZ 43.56 44.23 64 -
YUV 178.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 172 176 205 0.16 0.14 0 0.20 232.73 0.25 0.74
Hex AC B0 CD 10 E 0 14 E9 19 4A
Octal 254 260 315 20 16 0 24 351 31 112
Binary 10101100 10110000 11001101 10000 1110 0 10100 11101001 11001 1001010

Color Harmonies of #ACB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0CD

Black with #ACB0CD

Text Example


Text Example

White with #ACB0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0CD; }

 p { color: rgb(172,176,205); }

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

background-color css

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

 a { background-color: rgb(172,176,205); }

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

border-color css

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

 span { border-color: rgb(172,176,205); }

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