Html Css Color HEX #AAADC5 Echo Blue

📋 copy color: '#AAADC5'

red 170 ◦ green 173 ◦ blue 197

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

Shades of Echo Blue #AAADC5

Tints of Echo Blue #AAADC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.48%

R = 31.48%
G = 32.04%
B = 36.48%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AAADC5 (or 0xAAADC5) is known color: Echo Blue. HEX triplet: AA, AD and C5. RGB value is (170,173,197). Sum of RGB (Red+Green+Blue) = 170+173+197=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC5 is #55523A. Grayscale: #AEAEAE. Windows color (decimal): -5591611 or 12955050. OLE color: 12955050.

HSL color Cylindrical-coordinate representation of color #AAADC5: hue angle of 233.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAADC5 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 173 197 -
CMYK 0.14 0.12 0 0.23
HSL 233.33º 0.19% 0.72% -
HSV(B) 233.33º 0.14% 0.77% -
XYZ 41.6 42.46 58.83 -
YUV 174.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 170 173 197 0.14 0.12 0 0.23 233.33 0.19 0.72
Hex AA AD C5 E C 0 17 E9 13 48
Octal 252 255 305 16 14 0 27 351 23 110
Binary 10101010 10101101 11000101 1110 1100 0 10111 11101001 10011 1001000

Color Harmonies of #AAADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADC5

Black with #AAADC5

Text Example


Text Example

White with #AAADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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