#AEAFCA

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

Shades of Echo Blue #AEAFCA

Tints of Echo Blue #AEAFCA

Color information

#AEAFCA (or 0xAEAFCA) is unknown color: approx Echo Blue. HEX triplet: AE, AF and CA. RGB value is (174,175,202). Sum of RGB (Red+Green+Blue) = 174+175+202=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFCA is #515035. Grayscale: #B1B1B1. Windows color (decimal): -5328950 or 13283246. OLE color: 13283246.

HSL color Cylindrical-coordinate representation of color #AEAFCA: hue angle of 237.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEAFCA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174175202-
CMYK0.140.1300.21
HSL237.86º20.9%73.73%-
HSV(B)237.86º13.86%79.22%-
XYZ43.4543.9262.07-
YUV177.78141.67125.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=31.58%
G=31.76%
B=36.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741752020.140.1300.21237.8620.973.73
HexAEAFCAED015ee154a
Octal256257312161502535625112
Binary1010111010101111110010101110110101010111101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFCA; }

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

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

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

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

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

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

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

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