#AAC4F6

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

Shades of Tropical Blue #AAC4F6

Tints of Tropical Blue #AAC4F6

Color information

#AAC4F6 (or 0xAAC4F6) is unknown color: approx Tropical Blue. HEX triplet: AA, C4 and F6. RGB value is (170,196,246). Sum of RGB (Red+Green+Blue) = 170+196+246=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAC4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC4F6 is #553B09. Grayscale: #C1C1C1. Windows color (decimal): -5585674 or 16172202. OLE color: 16172202.

HSL color Cylindrical-coordinate representation of color #AAC4F6: hue angle of 219.47º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC4F6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170196246-
CMYK0.310.2000.04
HSL219.47º80.85%81.57%-
HSV(B)219.47º30.89%96.47%-
XYZ52.9554.6894.95-
YUV193.93157.39110.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=27.78%
G=32.03%
B=40.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701962460.310.2000.04219.4780.8581.57
HexAAC4F61F1404db5152
Octal252304366372404333121122
Binary101010101100010011110110111111010001001101101110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4F6; }

 p { color: rgb(170,196,246); }

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

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

 a { background-color: rgb(170,196,246); }

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

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

 span { border-color: rgb(170,196,246); }

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