#AEC2E7

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

Shades of Tropical Blue #AEC2E7

Tints of Tropical Blue #AEC2E7

Color information

#AEC2E7 (or 0xAEC2E7) is unknown color: approx Tropical Blue. HEX triplet: AE, C2 and E7. RGB value is (174,194,231). Sum of RGB (Red+Green+Blue) = 174+194+231=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEC2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2E7 is #513D18. Grayscale: #C0C0C0. Windows color (decimal): -5324057 or 15188654. OLE color: 15188654.

HSL color Cylindrical-coordinate representation of color #AEC2E7: hue angle of 218.95º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEC2E7 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174194231-
CMYK0.250.1600.09
HSL218.95º54.29%79.41%-
HSV(B)218.95º24.68%90.59%-
XYZ51.1753.3583.2-
YUV192.24149.87114.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 231 (90.62% from 255) = 38.56%
R=29.05%
G=32.39%
B=38.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741942310.250.1600.09218.9554.2979.41
HexAEC2E7191009db364f
Octal256302347312001133366117
Binary101011101100001011100111110011000001001110110111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2E7; }

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

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

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

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

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

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

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

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