#AEC2EC

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

Shades of Tropical Blue #AEC2EC

Tints of Tropical Blue #AEC2EC

Color information

#AEC2EC (or 0xAEC2EC) is unknown color: approx Tropical Blue. HEX triplet: AE, C2 and EC. RGB value is (174,194,236). Sum of RGB (Red+Green+Blue) = 174+194+236=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2EC is #513D13. Grayscale: #C0C0C0. Windows color (decimal): -5324052 or 15516334. OLE color: 15516334.

HSL color Cylindrical-coordinate representation of color #AEC2EC: hue angle of 220.65º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC2EC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174194236-
CMYK0.260.1800.07
HSL220.65º62%80.39%-
HSV(B)220.65º26.27%92.55%-
XYZ51.8953.6486.98-
YUV192.81152.37114.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=28.81%
G=32.12%
B=39.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741942360.260.1800.07220.656280.39
HexAEC2EC1A1207dd3e50
Octal25630235432220733576120
Binary10101110110000101110110011010100100111110111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2EC; }

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

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

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

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

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

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

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

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