#AAC5FC

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

Shades of Tropical Blue #AAC5FC

Tints of Tropical Blue #AAC5FC

Color information

#AAC5FC (or 0xAAC5FC) is unknown color: approx Tropical Blue. HEX triplet: AA, C5 and FC. RGB value is (170,197,252). Sum of RGB (Red+Green+Blue) = 170+197+252=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAC5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5FC is #553A03. Grayscale: #C2C2C2. Windows color (decimal): -5585412 or 16565674. OLE color: 16565674.

HSL color Cylindrical-coordinate representation of color #AAC5FC: hue angle of 220.24º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC5FC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170197252-
CMYK0.330.2200.01
HSL220.24º93.18%82.75%-
HSV(B)220.24º32.54%98.82%-
XYZ54.1155.5199.96-
YUV195.2160.05110.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=27.46%
G=31.83%
B=40.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701972520.330.2200.01220.2493.1882.75
HexAAC5FC211601dc5d53
Octal252305374412601334135123
Binary10101010110001011111110010000110110011101110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5FC; }

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

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

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

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

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

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

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

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