#AAC8EA

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

Shades of Tropical Blue #AAC8EA

Tints of Tropical Blue #AAC8EA

Color information

#AAC8EA (or 0xAAC8EA) is unknown color: approx Tropical Blue. HEX triplet: AA, C8 and EA. RGB value is (170,200,234). Sum of RGB (Red+Green+Blue) = 170+200+234=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAC8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8EA is #553715. Grayscale: #C2C2C2. Windows color (decimal): -5584662 or 15386794. OLE color: 15386794.

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

Color convert

RGB170200234-
CMYK0.270.1500.08
HSL211.88º60.38%79.22%-
HSV(B)211.88º27.35%91.76%-
XYZ52.0855.885.87-
YUV194.91150.06110.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=28.15%
G=33.11%
B=38.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702002340.270.1500.08211.8860.3879.22
HexAAC8EA1BF08d43c4f
Octal252310352331701032474117
Binary10101010110010001110101011011111101000110101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8EA; }

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

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

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

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

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

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

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

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