#AEC2EA

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

Shades of Tropical Blue #AEC2EA

Tints of Tropical Blue #AEC2EA

Color information

#AEC2EA (or 0xAEC2EA) is unknown color: approx Tropical Blue. HEX triplet: AE, C2 and EA. RGB value is (174,194,234). Sum of RGB (Red+Green+Blue) = 174+194+234=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2EA is #513D15. Grayscale: #C0C0C0. Windows color (decimal): -5324054 or 15385262. OLE color: 15385262.

HSL color Cylindrical-coordinate representation of color #AEC2EA: hue angle of 220º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC2EA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174194234-
CMYK0.260.1700.08
HSL220º58.82%80%-
HSV(B)220º25.64%91.76%-
XYZ51.653.5285.45-
YUV192.58151.37114.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 194 (76.17% from 255) = 32.23%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=28.90%
G=32.23%
B=38.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741942340.260.1700.0822058.8280
HexAEC2EA1A1108dc3b50
Octal256302352322101033473120
Binary101011101100001011101010110101000101000110111001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2EA; }

 p { color: rgb(174,194,234); }

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

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

 a { background-color: rgb(174,194,234); }

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

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

 span { border-color: rgb(174,194,234); }

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