#AAC5EB

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

Shades of Tropical Blue #AAC5EB

Tints of Tropical Blue #AAC5EB

Color information

#AAC5EB (or 0xAAC5EB) is unknown color: approx Tropical Blue. HEX triplet: AA, C5 and EB. RGB value is (170,197,235). Sum of RGB (Red+Green+Blue) = 170+197+235=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAC5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5EB is #553A14. Grayscale: #C1C1C1. Windows color (decimal): -5585429 or 15451562. OLE color: 15451562.

HSL color Cylindrical-coordinate representation of color #AAC5EB: hue angle of 215.08º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC5EB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170197235-
CMYK0.280.1600.08
HSL215.08º61.9%79.41%-
HSV(B)215.08º27.66%92.16%-
XYZ51.5454.4886.4-
YUV193.26151.55111.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 197 (77.34% from 255) = 32.72%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=28.24%
G=32.72%
B=39.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701972350.280.1600.08215.0861.979.41
HexAAC5EB1C1008d73e4f
Octal252305353342001032776117
Binary101010101100010111101011111001000001000110101111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5EB; }

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

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

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

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

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

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

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

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