Html Css Color HEX #AAAFC9 Echo Blue

📋 copy color: '#AAAFC9'

red 170 ◦ green 175 ◦ blue 201

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

Shades of Echo Blue #AAAFC9

Tints of Echo Blue #AAAFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 31.14%
G = 32.05%
B = 36.81%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAAFC9 (or 0xAAAFC9) is known color: Echo Blue. HEX triplet: AA, AF and C9. RGB value is (170,175,201). Sum of RGB (Red+Green+Blue) = 170+175+201=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAAFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFC9 is #555036. Grayscale: #B0B0B0. Windows color (decimal): -5591095 or 13217706. OLE color: 13217706.

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

Color convert

RGB 170 175 201 -
CMYK 0.15 0.13 0 0.21
HSL 230.32º 0.22% 0.73% -
HSV(B) 230.32º 0.15% 0.79% -
XYZ 42.45 43.42 61.4 -
YUV 176.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 170 175 201 0.15 0.13 0 0.21 230.32 0.22 0.73
Hex AA AF C9 F D 0 15 E6 16 49
Octal 252 257 311 17 15 0 25 346 26 111
Binary 10101010 10101111 11001001 1111 1101 0 10101 11100110 10110 1001001

Color Harmonies of #AAAFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFC9

Black with #AAAFC9

Text Example


Text Example

White with #AAAFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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