#AAAECF

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

Shades of Echo Blue #AAAECF

Tints of Echo Blue #AAAECF

Color information

#AAAECF (or 0xAAAECF) is unknown color: approx Echo Blue. HEX triplet: AA, AE and CF. RGB value is (170,174,207). Sum of RGB (Red+Green+Blue) = 170+174+207=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAECF is #555130. Grayscale: #B0B0B0. Windows color (decimal): -5591345 or 13610666. OLE color: 13610666.

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

Color convert

RGB170174207-
CMYK0.180.1600.19
HSL233.51º27.82%73.92%-
HSV(B)233.51º17.87%81.18%-
XYZ42.9843.3265.13-
YUV176.57145.17123.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=30.85%
G=31.58%
B=37.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701742070.180.1600.19233.5127.8273.92
HexAAAECF1210013ea1c4a
Octal252256317222002335234112
Binary101010101010111011001111100101000001001111101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAECF; }

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

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

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

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

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

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

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

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