#AAB8CF

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

Shades of Echo Blue #AAB8CF

Tints of Echo Blue #AAB8CF

Color information

#AAB8CF (or 0xAAB8CF) is unknown color: approx Echo Blue. HEX triplet: AA, B8 and CF. RGB value is (170,184,207). Sum of RGB (Red+Green+Blue) = 170+184+207=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8CF is #554730. Grayscale: #B6B6B6. Windows color (decimal): -5588785 or 13613226. OLE color: 13613226.

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

Color convert

RGB170184207-
CMYK0.180.1100.19
HSL217.3º27.82%73.92%-
HSV(B)217.3º17.87%81.18%-
XYZ44.9847.3365.8-
YUV182.44141.86119.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 184 (72.27% from 255) = 32.80%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=30.30%
G=32.80%
B=36.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701842070.180.1100.19217.327.8273.92
HexAAB8CF12B013d91c4a
Octal252270317221302333134112
Binary10101010101110001100111110010101101001111011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8CF; }

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

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

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

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

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

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

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

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