#AEC2EB

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

Shades of Tropical Blue #AEC2EB

Tints of Tropical Blue #AEC2EB

Color information

#AEC2EB (or 0xAEC2EB) is unknown color: approx Tropical Blue. HEX triplet: AE, C2 and EB. RGB value is (174,194,235). Sum of RGB (Red+Green+Blue) = 174+194+235=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2EB is #513D14. Grayscale: #C0C0C0. Windows color (decimal): -5324053 or 15450798. OLE color: 15450798.

HSL color Cylindrical-coordinate representation of color #AEC2EB: hue angle of 220.33º degrees, saturation: 0.6, 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 #AEC2EB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174194235-
CMYK0.260.1700.08
HSL220.33º60.4%80.2%-
HSV(B)220.33º25.96%92.16%-
XYZ51.7453.5886.21-
YUV192.69151.87114.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 194 (76.17% from 255) = 32.17%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=28.86%
G=32.17%
B=38.97%

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
Decimal1741942350.260.1700.08220.3360.480.2
HexAEC2EB1A1108dc3c50
Octal256302353322101033474120
Binary101011101100001011101011110101000101000110111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2EB; }

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

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

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

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

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

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

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

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