#AAC5F3

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

Shades of Tropical Blue #AAC5F3

Tints of Tropical Blue #AAC5F3

Color information

#AAC5F3 (or 0xAAC5F3) is unknown color: approx Tropical Blue. HEX triplet: AA, C5 and F3. RGB value is (170,197,243). Sum of RGB (Red+Green+Blue) = 170+197+243=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAC5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5F3 is #553A0C. Grayscale: #C1C1C1. Windows color (decimal): -5585421 or 15975850. OLE color: 15975850.

HSL color Cylindrical-coordinate representation of color #AAC5F3: hue angle of 217.81º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC5F3 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170197243-
CMYK0.300.1900.05
HSL217.81º75.26%80.98%-
HSV(B)217.81º30.04%95.29%-
XYZ52.7254.9592.62-
YUV194.17155.55110.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=27.87%
G=32.30%
B=39.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701972430.300.1900.05217.8175.2680.98
HexAAC5F31E1305da4b51
Octal252305363362305332113121
Binary101010101100010111110011111101001101011101101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5F3; }

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

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

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

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

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

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

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

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