#AAC7F5

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

Shades of Tropical Blue #AAC7F5

Tints of Tropical Blue #AAC7F5

Color information

#AAC7F5 (or 0xAAC7F5) is unknown color: approx Tropical Blue. HEX triplet: AA, C7 and F5. RGB value is (170,199,245). Sum of RGB (Red+Green+Blue) = 170+199+245=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAC7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC7F5 is #55380A. Grayscale: #C3C3C3. Windows color (decimal): -5584907 or 16107434. OLE color: 16107434.

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

Color convert

RGB170199245-
CMYK0.310.1900.04
HSL216.8º78.95%81.37%-
HSV(B)216.8º30.61%96.08%-
XYZ53.4855.9994.37-
YUV195.57155.89109.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 199 (78.12% from 255) = 32.41%
BLUE value IS 245 (96.09% from 255) = 39.90%
R=27.69%
G=32.41%
B=39.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701992450.310.1900.04216.878.9581.37
HexAAC7F51F1304d94f51
Octal252307365372304331117121
Binary101010101100011111110101111111001101001101100110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7F5; }

 p { color: rgb(170,199,245); }

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

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

 a { background-color: rgb(170,199,245); }

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

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

 span { border-color: rgb(170,199,245); }

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