#AAB6CF

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

Shades of Echo Blue #AAB6CF

Tints of Echo Blue #AAB6CF

Color information

#AAB6CF (or 0xAAB6CF) is unknown color: approx Echo Blue. HEX triplet: AA, B6 and CF. RGB value is (170,182,207). Sum of RGB (Red+Green+Blue) = 170+182+207=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6CF is #554930. Grayscale: #B5B5B5. Windows color (decimal): -5589297 or 13612714. OLE color: 13612714.

HSL color Cylindrical-coordinate representation of color #AAB6CF: hue angle of 220.54º 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 #AAB6CF is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170182207-
CMYK0.180.1200.19
HSL220.54º27.82%73.92%-
HSV(B)220.54º17.87%81.18%-
XYZ44.5746.5165.66-
YUV181.26142.52119.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=30.41%
G=32.56%
B=37.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701822070.180.1200.19220.5427.8273.92
HexAAB6CF12C013dd1c4a
Octal252266317221402333534112
Binary10101010101101101100111110010110001001111011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6CF; }

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

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

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

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

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

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

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

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