#AAC4FA

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

Shades of Tropical Blue #AAC4FA

Tints of Tropical Blue #AAC4FA

Color information

#AAC4FA (or 0xAAC4FA) is unknown color: approx Tropical Blue. HEX triplet: AA, C4 and FA. RGB value is (170,196,250). Sum of RGB (Red+Green+Blue) = 170+196+250=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC4FA is #553B05. Grayscale: #C2C2C2. Windows color (decimal): -5585670 or 16434346. OLE color: 16434346.

HSL color Cylindrical-coordinate representation of color #AAC4FA: hue angle of 220.5º 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 #AAC4FA is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170196250-
CMYK0.320.2200.02
HSL220.5º88.89%82.35%-
HSV(B)220.5º32%98.04%-
XYZ53.5754.9398.22-
YUV194.38159.39110.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 196 (76.95% from 255) = 31.82%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=27.60%
G=31.82%
B=40.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701962500.320.2200.02220.588.8982.35
HexAAC4FA201602dc5952
Octal252304372402602334131122
Binary101010101100010011111010100000101100101101110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4FA; }

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

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

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

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

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

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

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

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