#AAC2F8

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

Shades of Tropical Blue #AAC2F8

Tints of Tropical Blue #AAC2F8

Color information

#AAC2F8 (or 0xAAC2F8) is unknown color: approx Tropical Blue. HEX triplet: AA, C2 and F8. RGB value is (170,194,248). Sum of RGB (Red+Green+Blue) = 170+194+248=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAC2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2F8 is #553D07. Grayscale: #C0C0C0. Windows color (decimal): -5586184 or 16302762. OLE color: 16302762.

HSL color Cylindrical-coordinate representation of color #AAC2F8: hue angle of 221.54º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC2F8 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170194248-
CMYK0.310.2200.03
HSL221.54º84.78%81.96%-
HSV(B)221.54º31.45%97.25%-
XYZ52.8153.9196.43-
YUV192.98159.05111.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 248 (97.27% from 255) = 40.52%
R=27.78%
G=31.70%
B=40.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701942480.310.2200.03221.5484.7881.96
HexAAC2F81F1603de5552
Octal252302370372603336125122
Binary10101010110000101111100011111101100111101111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2F8; }

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

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

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

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

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

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

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

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