Html Css Color HEX #A0AECB Echo Blue

📋 copy color: '#A0AECB'

red 160 ◦ green 174 ◦ blue 203

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

Shades of Echo Blue #A0AECB

Tints of Echo Blue #A0AECB

RGB

 RED value IS 160 (62.89% from 255) = 29.8%

 GREEN value IS 174 (68.36% from 255) = 32.4%

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

R = 29.8%
G = 32.4%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0AECB (or 0xA0AECB) is known color: Echo Blue. HEX triplet: A0, AE and CB. RGB value is (160,174,203). Sum of RGB (Red+Green+Blue) = 160+174+203=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 174 (68.36% from 255 or 32.40% 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 #A0AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AECB is #5F5134. Grayscale: #ACACAC. Windows color (decimal): -6246709 or 13348512. OLE color: 13348512.

HSL color Cylindrical-coordinate representation of color #A0AECB: hue angle of 220.47º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0AECB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 174 203 -
CMYK 0.21 0.14 0 0.20
HSL 220.47º 0.29% 0.71% -
HSV(B) 220.47º 0.21% 0.8% -
XYZ 40.41 42.06 62.49 -
YUV 173.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 160 174 203 0.21 0.14 0 0.20 220.47 0.29 0.71
Hex A0 AE CB 15 E 0 14 DC 1D 47
Octal 240 256 313 25 16 0 24 334 35 107
Binary 10100000 10101110 11001011 10101 1110 0 10100 11011100 11101 1000111

Color Harmonies of #A0AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AECB

Black with #A0AECB

Text Example


Text Example

White with #A0AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AECB; }

 p { color: rgb(160,174,203); }

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

background-color css

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

 a { background-color: rgb(160,174,203); }

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

border-color css

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

 span { border-color: rgb(160,174,203); }

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