#A8AED1

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

Shades of Echo Blue #A8AED1

Tints of Echo Blue #A8AED1

Color information

#A8AED1 (or 0xA8AED1) is unknown color: approx Echo Blue. HEX triplet: A8, AE and D1. RGB value is (168,174,209). Sum of RGB (Red+Green+Blue) = 168+174+209=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #A8AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AED1 is #57512E. Grayscale: #B0B0B0. Windows color (decimal): -5722415 or 13741736. OLE color: 13741736.

HSL color Cylindrical-coordinate representation of color #A8AED1: hue angle of 231.22º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8AED1 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168174209-
CMYK0.200.1700.18
HSL231.22º30.83%73.92%-
HSV(B)231.22º19.62%81.96%-
XYZ42.7943.266.4-
YUV176.2146.51122.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=30.49%
G=31.58%
B=37.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681742090.200.1700.18231.2230.8373.92
HexA8AED11411012e71f4a
Octal250256321242102234737112
Binary101010001010111011010001101001000101001011100111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AED1; }

 p { color: rgb(168,174,209); }

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

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

 a { background-color: rgb(168,174,209); }

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

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

 span { border-color: rgb(168,174,209); }

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