#AEC4F2

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

Shades of Tropical Blue #AEC4F2

Tints of Tropical Blue #AEC4F2

Color information

#AEC4F2 (or 0xAEC4F2) is unknown color: approx Tropical Blue. HEX triplet: AE, C4 and F2. RGB value is (174,196,242). Sum of RGB (Red+Green+Blue) = 174+196+242=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEC4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC4F2 is #513B0D. Grayscale: #C2C2C2. Windows color (decimal): -5323534 or 15910062. OLE color: 15910062.

HSL color Cylindrical-coordinate representation of color #AEC4F2: hue angle of 220.59º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEC4F2 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174196242-
CMYK0.280.1900.05
HSL220.59º72.34%81.57%-
HSV(B)220.59º28.1%94.9%-
XYZ53.2254.8991.79-
YUV194.67154.71113.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=28.43%
G=32.03%
B=39.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741962420.280.1900.05220.5972.3481.57
HexAEC4F21C1305dd4852
Octal256304362342305335110122
Binary101011101100010011110010111001001101011101110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4F2; }

 p { color: rgb(174,196,242); }

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

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

 a { background-color: rgb(174,196,242); }

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

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

 span { border-color: rgb(174,196,242); }

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