Html Css Color HEX #A4AACB Echo Blue

📋 copy color: '#A4AACB'

red 164 ◦ green 170 ◦ blue 203

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

Shades of Echo Blue #A4AACB

Tints of Echo Blue #A4AACB

RGB

 RED value IS 164 (64.45% from 255) = 30.54%

 GREEN value IS 170 (66.8% from 255) = 31.66%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 30.54%
G = 31.66%
B = 37.8%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4AACB (or 0xA4AACB) is known color: Echo Blue. HEX triplet: A4, AA and CB. RGB value is (164,170,203). Sum of RGB (Red+Green+Blue) = 164+170+203=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AACB is #5B5534. Grayscale: #ABABAB. Windows color (decimal): -5985589 or 13347492. OLE color: 13347492.

HSL color Cylindrical-coordinate representation of color #A4AACB: hue angle of 230.77º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4AACB is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 170 203 -
CMYK 0.19 0.16 0 0.20
HSL 230.77º 0.27% 0.72% -
HSV(B) 230.77º 0.19% 0.8% -
XYZ 40.46 40.95 62.27 -
YUV 171.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 164 170 203 0.19 0.16 0 0.20 230.77 0.27 0.72
Hex A4 AA CB 13 10 0 14 E7 1B 48
Octal 244 252 313 23 20 0 24 347 33 110
Binary 10100100 10101010 11001011 10011 10000 0 10100 11100111 11011 1001000

Color Harmonies of #A4AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AACB

Black with #A4AACB

Text Example


Text Example

White with #A4AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AACB; }

 p { color: rgb(164,170,203); }

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

background-color css

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

 a { background-color: rgb(164,170,203); }

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

border-color css

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

 span { border-color: rgb(164,170,203); }

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