#AAC0E8

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

Shades of Tropical Blue #AAC0E8

Tints of Tropical Blue #AAC0E8

Color information

#AAC0E8 (or 0xAAC0E8) is unknown color: approx Tropical Blue. HEX triplet: AA, C0 and E8. RGB value is (170,192,232). Sum of RGB (Red+Green+Blue) = 170+192+232=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAC0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0E8 is #553F17. Grayscale: #BDBDBD. Windows color (decimal): -5586712 or 15253674. OLE color: 15253674.

HSL color Cylindrical-coordinate representation of color #AAC0E8: hue angle of 218.71º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC0E8 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170192232-
CMYK0.270.1700.09
HSL218.71º57.41%78.82%-
HSV(B)218.71º26.72%90.98%-
XYZ49.9952.0783.76-
YUV189.98151.71113.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 192 (75.39% from 255) = 32.32%
BLUE value IS 232 (91.02% from 255) = 39.06%
R=28.62%
G=32.32%
B=39.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701922320.270.1700.09218.7157.4178.82
HexAAC0E81B1109db394f
Octal252300350332101133371117
Binary101010101100000011101000110111000101001110110111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0E8; }

 p { color: rgb(170,192,232); }

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

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

 a { background-color: rgb(170,192,232); }

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

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

 span { border-color: rgb(170,192,232); }

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