Html Css Color HEX #ACB4CD Echo Blue

📋 copy color: '#ACB4CD'

red 172 ◦ green 180 ◦ blue 205

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

Shades of Echo Blue #ACB4CD

Tints of Echo Blue #ACB4CD

RGB

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

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

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

R = 30.88%
G = 32.32%
B = 36.8%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB4CD (or 0xACB4CD) is known color: Echo Blue. HEX triplet: AC, B4 and CD. RGB value is (172,180,205). Sum of RGB (Red+Green+Blue) = 172+180+205=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4CD is #534B32. Grayscale: #B4B4B4. Windows color (decimal): -5458739 or 13481132. OLE color: 13481132.

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

Color convert

RGB 172 180 205 -
CMYK 0.16 0.12 0 0.20
HSL 225.45º 0.25% 0.74% -
HSV(B) 225.45º 0.16% 0.8% -
XYZ 44.35 45.82 64.26 -
YUV 180.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 172 180 205 0.16 0.12 0 0.20 225.45 0.25 0.74
Hex AC B4 CD 10 C 0 14 E1 19 4A
Octal 254 264 315 20 14 0 24 341 31 112
Binary 10101100 10110100 11001101 10000 1100 0 10100 11100001 11001 1001010

Color Harmonies of #ACB4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4CD

Black with #ACB4CD

Text Example


Text Example

White with #ACB4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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