#AAC5E6

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

Shades of Tropical Blue #AAC5E6

Tints of Tropical Blue #AAC5E6

Color information

#AAC5E6 (or 0xAAC5E6) is unknown color: approx Tropical Blue. HEX triplet: AA, C5 and E6. RGB value is (170,197,230). Sum of RGB (Red+Green+Blue) = 170+197+230=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAC5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5E6 is #553A19. Grayscale: #C0C0C0. Windows color (decimal): -5585434 or 15123882. OLE color: 15123882.

HSL color Cylindrical-coordinate representation of color #AAC5E6: hue angle of 213º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC5E6 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170197230-
CMYK0.260.1400.10
HSL213º54.55%78.43%-
HSV(B)213º26.09%90.2%-
XYZ50.8354.1982.64-
YUV192.69149.05111.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=28.48%
G=33.00%
B=38.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701972300.260.1400.1021354.5578.43
HexAAC5E61AE0Ad5374e
Octal252305346321601232567116
Binary10101010110001011110011011010111001010110101011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5E6; }

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

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

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

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

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

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

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

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