Html Css Color HEX #AAADC7 Echo Blue

📋 copy color: '#AAADC7'

red 170 ◦ green 173 ◦ blue 199

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

Shades of Echo Blue #AAADC7

Tints of Echo Blue #AAADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.72%

R = 31.37%
G = 31.92%
B = 36.72%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAADC7 (or 0xAAADC7) is known color: Echo Blue. HEX triplet: AA, AD and C7. RGB value is (170,173,199). Sum of RGB (Red+Green+Blue) = 170+173+199=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 199 - color contains mainly: blue. Hex color #AAADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC7 is #555238. Grayscale: #AEAEAE. Windows color (decimal): -5591609 or 13086122. OLE color: 13086122.

HSL color Cylindrical-coordinate representation of color #AAADC7: hue angle of 233.79º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAADC7 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 173 199 -
CMYK 0.15 0.13 0 0.22
HSL 233.79º 0.21% 0.72% -
HSV(B) 233.79º 0.15% 0.78% -
XYZ 41.83 42.56 60.04 -
YUV 175.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 170 173 199 0.15 0.13 0 0.22 233.79 0.21 0.72
Hex AA AD C7 F D 0 16 EA 15 48
Octal 252 255 307 17 15 0 26 352 25 110
Binary 10101010 10101101 11000111 1111 1101 0 10110 11101010 10101 1001000

Color Harmonies of #AAADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADC7

Black with #AAADC7

Text Example


Text Example

White with #AAADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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