#A8AFD9

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

Shades of Echo Blue #A8AFD9

Tints of Echo Blue #A8AFD9

Color information

#A8AFD9 (or 0xA8AFD9) is unknown color: approx Echo Blue. HEX triplet: A8, AF and D9. RGB value is (168,175,217). Sum of RGB (Red+Green+Blue) = 168+175+217=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8AFD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFD9 is #575026. Grayscale: #B1B1B1. Windows color (decimal): -5722151 or 14266280. OLE color: 14266280.

HSL color Cylindrical-coordinate representation of color #A8AFD9: hue angle of 231.43º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8AFD9 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168175217-
CMYK0.230.1900.15
HSL231.43º39.2%75.49%-
HSV(B)231.43º22.58%85.1%-
XYZ4443.9971.82-
YUV177.7150.18121.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=30%
G=31.25%
B=38.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681752170.230.1900.15231.4339.275.49
HexA8AFD917130Fe7274b
Octal250257331272301734747113
Binary101010001010111111011001101111001101111111001111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFD9; }

 p { color: rgb(168,175,217); }

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

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

 a { background-color: rgb(168,175,217); }

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

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

 span { border-color: rgb(168,175,217); }

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