#AAC5EC

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

Shades of Tropical Blue #AAC5EC

Tints of Tropical Blue #AAC5EC

Color information

#AAC5EC (or 0xAAC5EC) is unknown color: approx Tropical Blue. HEX triplet: AA, C5 and EC. RGB value is (170,197,236). Sum of RGB (Red+Green+Blue) = 170+197+236=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5EC is #553A13. Grayscale: #C1C1C1. Windows color (decimal): -5585428 or 15517098. OLE color: 15517098.

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

Color convert

RGB170197236-
CMYK0.280.1700.07
HSL215.45º63.46%79.61%-
HSV(B)215.45º27.97%92.55%-
XYZ51.6854.5387.16-
YUV193.37152.05111.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=28.19%
G=32.67%
B=39.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701972360.280.1700.07215.4563.4679.61
HexAAC5EC1C1107d73f50
Octal25230535434210732777120
Binary10101010110001011110110011100100010111110101111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5EC; }

 p { color: rgb(170,197,236); }

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

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

 a { background-color: rgb(170,197,236); }

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

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

 span { border-color: rgb(170,197,236); }

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