#AAAFD1

Color #AAAFD1 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #AAAFD1

Tints of Echo Blue #AAAFD1

Color information

#AAAFD1 (or 0xAAAFD1) is unknown color: approx Echo Blue. HEX triplet: AA, AF and D1. RGB value is (170,175,209). Sum of RGB (Red+Green+Blue) = 170+175+209=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAAFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFD1 is #55502E. Grayscale: #B1B1B1. Windows color (decimal): -5591087 or 13741994. OLE color: 13741994.

HSL color Cylindrical-coordinate representation of color #AAAFD1: hue angle of 232.31º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAFD1 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170175209-
CMYK0.190.1600.18
HSL232.31º29.77%74.31%-
HSV(B)232.31º18.66%81.96%-
XYZ43.4243.8166.49-
YUV177.38145.84122.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=30.69%
G=31.59%
B=37.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701752090.190.1600.18232.3129.7774.31
HexAAAFD11310012e81e4a
Octal252257321232002235036112
Binary101010101010111111010001100111000001001011101000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFD1; }

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

 H1.HeaderClassName
 {
   color: #AAAFD1;
 }
 .AnyTagClassName
 {
   color: #AAAFD1;
 }
</style>
background-color css

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

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

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

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

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

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