#AEC5F2

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

Shades of Tropical Blue #AEC5F2

Tints of Tropical Blue #AEC5F2

Color information

#AEC5F2 (or 0xAEC5F2) is unknown color: approx Tropical Blue. HEX triplet: AE, C5 and F2. RGB value is (174,197,242). Sum of RGB (Red+Green+Blue) = 174+197+242=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEC5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC5F2 is #513A0D. Grayscale: #C3C3C3. Windows color (decimal): -5323278 or 15910318. OLE color: 15910318.

HSL color Cylindrical-coordinate representation of color #AEC5F2: hue angle of 219.71º 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 #AEC5F2 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174197242-
CMYK0.280.1900.05
HSL219.71º72.34%81.57%-
HSV(B)219.71º28.1%94.9%-
XYZ53.4555.3491.87-
YUV195.25154.38112.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 197 (77.34% from 255) = 32.14%
BLUE value IS 242 (94.92% from 255) = 39.48%
R=28.38%
G=32.14%
B=39.48%

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
Decimal1741972420.280.1900.05219.7172.3481.57
HexAEC5F21C1305dc4852
Octal256305362342305334110122
Binary101011101100010111110010111001001101011101110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5F2; }

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

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

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

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

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

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

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

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