#AAC5F1

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

Shades of Tropical Blue #AAC5F1

Tints of Tropical Blue #AAC5F1

Color information

#AAC5F1 (or 0xAAC5F1) is unknown color: approx Tropical Blue. HEX triplet: AA, C5 and F1. RGB value is (170,197,241). Sum of RGB (Red+Green+Blue) = 170+197+241=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAC5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5F1 is #553A0E. Grayscale: #C1C1C1. Windows color (decimal): -5585423 or 15844778. OLE color: 15844778.

HSL color Cylindrical-coordinate representation of color #AAC5F1: hue angle of 217.18º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC5F1 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170197241-
CMYK0.290.1800.05
HSL217.18º71.72%80.59%-
HSV(B)217.18º29.46%94.51%-
XYZ52.4254.8391.04-
YUV193.94154.55110.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=27.96%
G=32.40%
B=39.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701972410.290.1800.05217.1871.7280.59
HexAAC5F11D1205d94851
Octal252305361352205331110121
Binary101010101100010111110001111011001001011101100110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5F1; }

 p { color: rgb(170,197,241); }

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

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

 a { background-color: rgb(170,197,241); }

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

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

 span { border-color: rgb(170,197,241); }

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