#AAB8D8

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

Shades of Echo Blue #AAB8D8

Tints of Echo Blue #AAB8D8

Color information

#AAB8D8 (or 0xAAB8D8) is unknown color: approx Echo Blue. HEX triplet: AA, B8 and D8. RGB value is (170,184,216). Sum of RGB (Red+Green+Blue) = 170+184+216=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAB8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8D8 is #554727. Grayscale: #B7B7B7. Windows color (decimal): -5588776 or 14203050. OLE color: 14203050.

HSL color Cylindrical-coordinate representation of color #AAB8D8: hue angle of 221.74º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB8D8 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170184216-
CMYK0.210.1500.15
HSL221.74º37.1%75.69%-
HSV(B)221.74º21.3%84.71%-
XYZ46.1147.7871.76-
YUV183.46146.36118.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=29.82%
G=32.28%
B=37.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701842160.210.1500.15221.7437.175.69
HexAAB8D815F0Fde254c
Octal252270330251701733645114
Binary10101010101110001101100010101111101111110111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8D8; }

 p { color: rgb(170,184,216); }

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

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

 a { background-color: rgb(170,184,216); }

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

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

 span { border-color: rgb(170,184,216); }

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