#A8AEC0

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

Shades of Echo Blue #A8AEC0

Tints of Echo Blue #A8AEC0

Color information

#A8AEC0 (or 0xA8AEC0) is unknown color: approx Echo Blue. HEX triplet: A8, AE and C0. RGB value is (168,174,192). Sum of RGB (Red+Green+Blue) = 168+174+192=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEC0 is #57513F. Grayscale: #AEAEAE. Windows color (decimal): -5722432 or 12627624. OLE color: 12627624.

HSL color Cylindrical-coordinate representation of color #A8AEC0: hue angle of 225º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8AEC0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168174192-
CMYK0.120.0900.25
HSL225º16%70.59%-
HSV(B)225º12.5%75.29%-
XYZ40.842.455.9-
YUV174.26138.01123.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=31.46%
G=32.58%
B=35.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681741920.120.0900.252251670.59
HexA8AEC0C9019e11047
Octal250256300141103134120107
Binary1010100010101110110000001100100101100111100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEC0; }

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

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

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

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

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

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

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

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