#AAC2FA

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

Shades of Tropical Blue #AAC2FA

Tints of Tropical Blue #AAC2FA

Color information

#AAC2FA (or 0xAAC2FA) is unknown color: approx Tropical Blue. HEX triplet: AA, C2 and FA. RGB value is (170,194,250). Sum of RGB (Red+Green+Blue) = 170+194+250=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2FA is #553D05. Grayscale: #C0C0C0. Windows color (decimal): -5586182 or 16433834. OLE color: 16433834.

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

Color convert

RGB170194250-
CMYK0.320.2200.02
HSL222º88.89%82.35%-
HSV(B)222º32%98.04%-
XYZ53.1254.0398.07-
YUV193.21160.05111.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=27.69%
G=31.60%
B=40.72%

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
Decimal1701942500.320.2200.0222288.8982.35
HexAAC2FA201602de5952
Octal252302372402602336131122
Binary101010101100001011111010100000101100101101111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2FA; }

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

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

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

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

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

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

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

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