Html Css Color HEX #ACB1CA Echo Blue

📋 copy color: '#ACB1CA'

red 172 ◦ green 177 ◦ blue 202

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

Shades of Echo Blue #ACB1CA

Tints of Echo Blue #ACB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.12%

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 31.22%
G = 32.12%
B = 36.66%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACB1CA (or 0xACB1CA) is known color: Echo Blue. HEX triplet: AC, B1 and CA. RGB value is (172,177,202). Sum of RGB (Red+Green+Blue) = 172+177+202=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1CA is #534E35. Grayscale: #B2B2B2. Windows color (decimal): -5459510 or 13283756. OLE color: 13283756.

HSL color Cylindrical-coordinate representation of color #ACB1CA: hue angle of 230º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB1CA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 177 202 -
CMYK 0.15 0.12 0 0.21
HSL 230º 0.22% 0.73% -
HSV(B) 230º 0.15% 0.79% -
XYZ 43.4 44.48 62.18 -
YUV 178.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 172 177 202 0.15 0.12 0 0.21 230 0.22 0.73
Hex AC B1 CA F C 0 15 E6 16 49
Octal 254 261 312 17 14 0 25 346 26 111
Binary 10101100 10110001 11001010 1111 1100 0 10101 11100110 10110 1001001

Color Harmonies of #ACB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1CA

Black with #ACB1CA

Text Example


Text Example

White with #ACB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1CA; }

 p { color: rgb(172,177,202); }

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

background-color css

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

 a { background-color: rgb(172,177,202); }

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

border-color css

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

 span { border-color: rgb(172,177,202); }

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