#A4AECF

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

Shades of Echo Blue #A4AECF

Tints of Echo Blue #A4AECF

Color information

#A4AECF (or 0xA4AECF) is unknown color: approx Echo Blue. HEX triplet: A4, AE and CF. RGB value is (164,174,207). Sum of RGB (Red+Green+Blue) = 164+174+207=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AECF is #5B5130. Grayscale: #AEAEAE. Windows color (decimal): -5984561 or 13610660. OLE color: 13610660.

HSL color Cylindrical-coordinate representation of color #A4AECF: hue angle of 226.05º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4AECF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164174207-
CMYK0.210.1600.19
HSL226.05º30.94%72.75%-
HSV(B)226.05º20.77%81.18%-
XYZ41.7142.6765.07-
YUV174.77146.19120.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=30.09%
G=31.93%
B=37.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641742070.210.1600.19226.0530.9472.75
HexA4AECF1510013e21f49
Octal244256317252002334237111
Binary101001001010111011001111101011000001001111100010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AECF; }

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

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

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

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

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

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

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

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