Html Css Color HEX #AAADC1 Echo Blue

📋 copy color: '#AAADC1'

red 170 ◦ green 173 ◦ blue 193

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

Shades of Echo Blue #AAADC1

Tints of Echo Blue #AAADC1

RGB

 RED value IS 170 (66.8% from 255) = 31.72%

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

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 31.72%
G = 32.28%
B = 36.01%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAADC1 (or 0xAAADC1) is known color: Echo Blue. HEX triplet: AA, AD and C1. RGB value is (170,173,193). Sum of RGB (Red+Green+Blue) = 170+173+193=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC1 is #55523E. Grayscale: #AEAEAE. Windows color (decimal): -5591615 or 12692906. OLE color: 12692906.

HSL color Cylindrical-coordinate representation of color #AAADC1: hue angle of 232.17º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAADC1 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 173 193 -
CMYK 0.12 0.10 0 0.24
HSL 232.17º 0.16% 0.71% -
HSV(B) 232.17º 0.12% 0.76% -
XYZ 41.15 42.28 56.44 -
YUV 174.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 170 173 193 0.12 0.10 0 0.24 232.17 0.16 0.71
Hex AA AD C1 C A 0 18 E8 10 47
Octal 252 255 301 14 12 0 30 350 20 107
Binary 10101010 10101101 11000001 1100 1010 0 11000 11101000 10000 1000111

Color Harmonies of #AAADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADC1

Black with #AAADC1

Text Example


Text Example

White with #AAADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADC1; }

 p { color: rgb(170,173,193); }

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

background-color css

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

 a { background-color: rgb(170,173,193); }

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

border-color css

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

 span { border-color: rgb(170,173,193); }

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