#AAC8E6

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

Shades of Tropical Blue #AAC8E6

Tints of Tropical Blue #AAC8E6

Color information

#AAC8E6 (or 0xAAC8E6) is unknown color: approx Tropical Blue. HEX triplet: AA, C8 and E6. RGB value is (170,200,230). Sum of RGB (Red+Green+Blue) = 170+200+230=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAC8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8E6 is #553719. Grayscale: #C2C2C2. Windows color (decimal): -5584666 or 15124650. OLE color: 15124650.

HSL color Cylindrical-coordinate representation of color #AAC8E6: hue angle of 210º 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 #AAC8E6 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170200230-
CMYK0.260.1300.10
HSL210º54.55%78.43%-
HSV(B)210º26.09%90.2%-
XYZ51.5155.5782.87-
YUV194.45148.06110.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 230 (90.23% from 255) = 38.33%
R=28.33%
G=33.33%
B=38.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702002300.260.1300.1021054.5578.43
HexAAC8E61AD0Ad2374e
Octal252310346321501232267116
Binary10101010110010001110011011010110101010110100101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8E6; }

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

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

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

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

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

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

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

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