#AAC2FB

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

Shades of Tropical Blue #AAC2FB

Tints of Tropical Blue #AAC2FB

Color information

#AAC2FB (or 0xAAC2FB) is unknown color: approx Tropical Blue. HEX triplet: AA, C2 and FB. RGB value is (170,194,251). Sum of RGB (Red+Green+Blue) = 170+194+251=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2FB is #553D04. Grayscale: #C1C1C1. Windows color (decimal): -5586181 or 16499370. OLE color: 16499370.

HSL color Cylindrical-coordinate representation of color #AAC2FB: hue angle of 222.22º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC2FB is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170194251-
CMYK0.320.2300.02
HSL222.22º91.01%82.55%-
HSV(B)222.22º32.27%98.43%-
XYZ53.2854.0998.9-
YUV193.32160.55111.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.64%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=27.64%
G=31.54%
B=40.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701942510.320.2300.02222.2291.0182.55
HexAAC2FB201702de5b53
Octal252302373402702336133123
Binary101010101100001011111011100000101110101101111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2FB; }

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

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

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

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

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

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

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

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