Html Css Color HEX #A0A9CB Echo Blue

📋 copy color: '#A0A9CB'

red 160 ◦ green 169 ◦ blue 203

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

Shades of Echo Blue #A0A9CB

Tints of Echo Blue #A0A9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.77%

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

R = 30.08%
G = 31.77%
B = 38.16%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0A9CB (or 0xA0A9CB) is known color: Echo Blue. HEX triplet: A0, A9 and CB. RGB value is (160,169,203). Sum of RGB (Red+Green+Blue) = 160+169+203=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A9CB is #5F5634. Grayscale: #AAAAAA. Windows color (decimal): -6247989 or 13347232. OLE color: 13347232.

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

Color convert

RGB 160 169 203 -
CMYK 0.21 0.17 0 0.20
HSL 227.44º 0.29% 0.71% -
HSV(B) 227.44º 0.21% 0.8% -
XYZ 39.46 40.16 62.17 -
YUV 170.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 160 169 203 0.21 0.17 0 0.20 227.44 0.29 0.71
Hex A0 A9 CB 15 11 0 14 E3 1D 47
Octal 240 251 313 25 21 0 24 343 35 107
Binary 10100000 10101001 11001011 10101 10001 0 10100 11100011 11101 1000111

Color Harmonies of #A0A9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A9CB

Black with #A0A9CB

Text Example


Text Example

White with #A0A9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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