Html Css Color HEX #ACB6CD Echo Blue

📋 copy color: '#ACB6CD'

red 172 ◦ green 182 ◦ blue 205

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

Shades of Echo Blue #ACB6CD

Tints of Echo Blue #ACB6CD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.56%

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

R = 30.77%
G = 32.56%
B = 36.67%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB6CD (or 0xACB6CD) is known color: Echo Blue. HEX triplet: AC, B6 and CD. RGB value is (172,182,205). Sum of RGB (Red+Green+Blue) = 172+182+205=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6CD is #534932. Grayscale: #B5B5B5. Windows color (decimal): -5458227 or 13481644. OLE color: 13481644.

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

Color convert

RGB 172 182 205 -
CMYK 0.16 0.11 0 0.20
HSL 221.82º 0.25% 0.74% -
HSV(B) 221.82º 0.16% 0.8% -
XYZ 44.76 46.63 64.4 -
YUV 181.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 172 182 205 0.16 0.11 0 0.20 221.82 0.25 0.74
Hex AC B6 CD 10 B 0 14 DE 19 4A
Octal 254 266 315 20 13 0 24 336 31 112
Binary 10101100 10110110 11001101 10000 1011 0 10100 11011110 11001 1001010

Color Harmonies of #ACB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6CD

Black with #ACB6CD

Text Example


Text Example

White with #ACB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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