Html Css Color HEX #ACB6CC Echo Blue

📋 copy color: '#ACB6CC'

red 172 ◦ green 182 ◦ blue 204

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

Shades of Echo Blue #ACB6CC

Tints of Echo Blue #ACB6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 30.82%
G = 32.62%
B = 36.56%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ACB6CC (or 0xACB6CC) is known color: Echo Blue. HEX triplet: AC, B6 and CC. RGB value is (172,182,204). Sum of RGB (Red+Green+Blue) = 172+182+204=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6CC is #534933. Grayscale: #B5B5B5. Windows color (decimal): -5458228 or 13416108. OLE color: 13416108.

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

Color convert

RGB 172 182 204 -
CMYK 0.16 0.11 0 0.2
HSL 221.25º 0.24% 0.74% -
HSV(B) 221.25º 0.16% 0.8% -
XYZ 44.64 46.59 63.77 -
YUV 181.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 172 182 204 0.16 0.11 0 0.2 221.25 0.24 0.74
Hex AC B6 CC 10 B 0 14 DD 18 4A
Octal 254 266 314 20 13 0 24 335 30 112
Binary 10101100 10110110 11001100 10000 1011 0 10100 11011101 11000 1001010

Color Harmonies of #ACB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6CC

Black with #ACB6CC

Text Example


Text Example

White with #ACB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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