Html Css Color HEX #A0ADD0 Echo Blue

📋 copy color: '#A0ADD0'

red 160 ◦ green 173 ◦ blue 208

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

Shades of Echo Blue #A0ADD0

Tints of Echo Blue #A0ADD0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.98%

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 29.57%
G = 31.98%
B = 38.45%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A0ADD0 (or 0xA0ADD0) is known color: Echo Blue. HEX triplet: A0, AD and D0. RGB value is (160,173,208). Sum of RGB (Red+Green+Blue) = 160+173+208=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #A0ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADD0 is #5F522F. Grayscale: #ACACAC. Windows color (decimal): -6246960 or 13675936. OLE color: 13675936.

HSL color Cylindrical-coordinate representation of color #A0ADD0: hue angle of 223.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0ADD0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 173 208 -
CMYK 0.23 0.17 0 0.18
HSL 223.75º 0.34% 0.72% -
HSV(B) 223.75º 0.23% 0.82% -
XYZ 40.83 41.91 65.61 -
YUV 173.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 160 173 208 0.23 0.17 0 0.18 223.75 0.34 0.72
Hex A0 AD D0 17 11 0 12 E0 22 48
Octal 240 255 320 27 21 0 22 340 42 110
Binary 10100000 10101101 11010000 10111 10001 0 10010 11100000 100010 1001000

Color Harmonies of #A0ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADD0

Black with #A0ADD0

Text Example


Text Example

White with #A0ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADD0; }

 p { color: rgb(160,173,208); }

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

background-color css

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

 a { background-color: rgb(160,173,208); }

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

border-color css

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

 span { border-color: rgb(160,173,208); }

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