Html Css Color HEX #ACB9CA Echo Blue

📋 copy color: '#ACB9CA'

red 172 ◦ green 185 ◦ blue 202

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

Shades of Echo Blue #ACB9CA

Tints of Echo Blue #ACB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.09%

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

R = 30.77%
G = 33.09%
B = 36.14%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACB9CA (or 0xACB9CA) is known color: Echo Blue. HEX triplet: AC, B9 and CA. RGB value is (172,185,202). Sum of RGB (Red+Green+Blue) = 172+185+202=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9CA is #534635. Grayscale: #B6B6B6. Windows color (decimal): -5457462 or 13285804. OLE color: 13285804.

HSL color Cylindrical-coordinate representation of color #ACB9CA: hue angle of 214º 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 #ACB9CA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 185 202 -
CMYK 0.15 0.08 0 0.21
HSL 214º 0.22% 0.73% -
HSV(B) 214º 0.15% 0.79% -
XYZ 45.02 47.73 62.72 -
YUV 183.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 172 185 202 0.15 0.08 0 0.21 214 0.22 0.73
Hex AC B9 CA F 8 0 15 D6 16 49
Octal 254 271 312 17 10 0 25 326 26 111
Binary 10101100 10111001 11001010 1111 1000 0 10101 11010110 10110 1001001

Color Harmonies of #ACB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9CA

Black with #ACB9CA

Text Example


Text Example

White with #ACB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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