#AEAFCE

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

Shades of Echo Blue #AEAFCE

Tints of Echo Blue #AEAFCE

Color information

#AEAFCE (or 0xAEAFCE) is unknown color: approx Echo Blue. HEX triplet: AE, AF and CE. RGB value is (174,175,206). Sum of RGB (Red+Green+Blue) = 174+175+206=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEAFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFCE is #515031. Grayscale: #B2B2B2. Windows color (decimal): -5328946 or 13545390. OLE color: 13545390.

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

Color convert

RGB174175206-
CMYK0.160.1500.19
HSL238.12º24.62%74.51%-
HSV(B)238.12º15.53%80.78%-
XYZ43.9344.1164.59-
YUV178.24143.67124.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=31.35%
G=31.53%
B=37.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741752060.160.1500.19238.1224.6274.51
HexAEAFCE10F013ee194b
Octal256257316201702335631113
Binary10101110101011111100111010000111101001111101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFCE; }

 p { color: rgb(174,175,206); }

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

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

 a { background-color: rgb(174,175,206); }

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

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

 span { border-color: rgb(174,175,206); }

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