Html Css Color HEX #AAAFC5 Echo Blue

📋 copy color: '#AAAFC5'

red 170 ◦ green 175 ◦ blue 197

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

Shades of Echo Blue #AAAFC5

Tints of Echo Blue #AAAFC5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.29%

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

R = 31.37%
G = 32.29%
B = 36.35%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AAAFC5 (or 0xAAAFC5) is known color: Echo Blue. HEX triplet: AA, AF and C5. RGB value is (170,175,197). Sum of RGB (Red+Green+Blue) = 170+175+197=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAAFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFC5 is #55503A. Grayscale: #AFAFAF. Windows color (decimal): -5591099 or 12955562. OLE color: 12955562.

HSL color Cylindrical-coordinate representation of color #AAAFC5: hue angle of 228.89º 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 #AAAFC5 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 175 197 -
CMYK 0.14 0.11 0 0.23
HSL 228.89º 0.19% 0.72% -
HSV(B) 228.89º 0.14% 0.77% -
XYZ 41.99 43.24 58.96 -
YUV 176.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 170 175 197 0.14 0.11 0 0.23 228.89 0.19 0.72
Hex AA AF C5 E B 0 17 E5 13 48
Octal 252 257 305 16 13 0 27 345 23 110
Binary 10101010 10101111 11000101 1110 1011 0 10111 11100101 10011 1001000

Color Harmonies of #AAAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFC5

Black with #AAAFC5

Text Example


Text Example

White with #AAAFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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