#AAC3EA

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

Shades of Tropical Blue #AAC3EA

Tints of Tropical Blue #AAC3EA

Color information

#AAC3EA (or 0xAAC3EA) is unknown color: approx Tropical Blue. HEX triplet: AA, C3 and EA. RGB value is (170,195,234). Sum of RGB (Red+Green+Blue) = 170+195+234=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAC3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC3EA is #553C15. Grayscale: #BFBFBF. Windows color (decimal): -5585942 or 15385514. OLE color: 15385514.

HSL color Cylindrical-coordinate representation of color #AAC3EA: hue angle of 216.56º 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 #AAC3EA is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170195234-
CMYK0.270.1700.08
HSL216.56º60.38%79.22%-
HSV(B)216.56º27.35%91.76%-
XYZ50.9453.5285.49-
YUV191.97151.72112.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 195 (76.56% from 255) = 32.55%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=28.38%
G=32.55%
B=39.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701952340.270.1700.08216.5660.3879.22
HexAAC3EA1B1108d93c4f
Octal252303352332101033174117
Binary101010101100001111101010110111000101000110110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3EA; }

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

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

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

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

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

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

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

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