#AEB3CF

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

Shades of Echo Blue #AEB3CF

Tints of Echo Blue #AEB3CF

Color information

#AEB3CF (or 0xAEB3CF) is unknown color: approx Echo Blue. HEX triplet: AE, B3 and CF. RGB value is (174,179,207). Sum of RGB (Red+Green+Blue) = 174+179+207=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3CF is #514C30. Grayscale: #B4B4B4. Windows color (decimal): -5327921 or 13611950. OLE color: 13611950.

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

Color convert

RGB174179207-
CMYK0.160.1400.19
HSL230.91º25.58%74.71%-
HSV(B)230.91º15.94%81.18%-
XYZ44.8445.7465.5-
YUV180.7142.84123.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=31.07%
G=31.96%
B=36.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741792070.160.1400.19230.9125.5874.71
HexAEB3CF10E013e71a4b
Octal256263317201602334732113
Binary10101110101100111100111110000111001001111100111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3CF; }

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

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

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

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

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

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

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

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