#AAC5FA

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

Shades of Tropical Blue #AAC5FA

Tints of Tropical Blue #AAC5FA

Color information

#AAC5FA (or 0xAAC5FA) is unknown color: approx Tropical Blue. HEX triplet: AA, C5 and FA. RGB value is (170,197,250). Sum of RGB (Red+Green+Blue) = 170+197+250=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5FA is #553A05. Grayscale: #C2C2C2. Windows color (decimal): -5585414 or 16434602. OLE color: 16434602.

HSL color Cylindrical-coordinate representation of color #AAC5FA: hue angle of 219.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC5FA is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170197250-
CMYK0.320.2100.02
HSL219.75º88.89%82.35%-
HSV(B)219.75º32%98.04%-
XYZ53.855.3898.3-
YUV194.97159.05110.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=27.55%
G=31.93%
B=40.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701972500.320.2100.02219.7588.8982.35
HexAAC5FA201502dc5952
Octal252305372402502334131122
Binary101010101100010111111010100000101010101101110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5FA; }

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

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

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

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

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

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

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

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