#AAC7EB

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

Shades of Tropical Blue #AAC7EB

Tints of Tropical Blue #AAC7EB

Color information

#AAC7EB (or 0xAAC7EB) is unknown color: approx Tropical Blue. HEX triplet: AA, C7 and EB. RGB value is (170,199,235). Sum of RGB (Red+Green+Blue) = 170+199+235=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAC7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC7EB is #553814. Grayscale: #C2C2C2. Windows color (decimal): -5584917 or 15452074. OLE color: 15452074.

HSL color Cylindrical-coordinate representation of color #AAC7EB: hue angle of 213.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC7EB is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170199235-
CMYK0.280.1500.08
HSL213.23º61.9%79.41%-
HSV(B)213.23º27.66%92.16%-
XYZ5255.3986.55-
YUV194.43150.89110.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=28.15%
G=32.95%
B=38.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701992350.280.1500.08213.2361.979.41
HexAAC7EB1CF08d53e4f
Octal252307353341701032576117
Binary10101010110001111110101111100111101000110101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7EB; }

 p { color: rgb(170,199,235); }

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

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

 a { background-color: rgb(170,199,235); }

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

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

 span { border-color: rgb(170,199,235); }

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