Html Css Color HEX #A0ABC8 Echo Blue

📋 copy color: '#A0ABC8'

red 160 ◦ green 171 ◦ blue 200

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

Shades of Echo Blue #A0ABC8

Tints of Echo Blue #A0ABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.2%

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 30.13%
G = 32.2%
B = 37.66%

CMYK

 C value IS 0.2

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A0ABC8 (or 0xA0ABC8) is known color: Echo Blue. HEX triplet: A0, AB and C8. RGB value is (160,171,200). Sum of RGB (Red+Green+Blue) = 160+171+200=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #A0ABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABC8 is #5F5437. Grayscale: #AAAAAA. Windows color (decimal): -6247480 or 13151136. OLE color: 13151136.

HSL color Cylindrical-coordinate representation of color #A0ABC8: hue angle of 223.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0ABC8 is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 171 200 -
CMYK 0.2 0.14 0 0.22
HSL 223.5º 0.27% 0.71% -
HSV(B) 223.5º 0.2% 0.78% -
XYZ 39.49 40.77 60.43 -
YUV 171.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 160 171 200 0.2 0.14 0 0.22 223.5 0.27 0.71
Hex A0 AB C8 14 E 0 16 E0 1B 47
Octal 240 253 310 24 16 0 26 340 33 107
Binary 10100000 10101011 11001000 10100 1110 0 10110 11100000 11011 1000111

Color Harmonies of #A0ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABC8

Black with #A0ABC8

Text Example


Text Example

White with #A0ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABC8; }

 p { color: rgb(160,171,200); }

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

background-color css

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

 a { background-color: rgb(160,171,200); }

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

border-color css

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

 span { border-color: rgb(160,171,200); }

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