#AAC8E4

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

Shades of Tropical Blue #AAC8E4

Tints of Tropical Blue #AAC8E4

Color information

#AAC8E4 (or 0xAAC8E4) is unknown color: approx Tropical Blue. HEX triplet: AA, C8 and E4. RGB value is (170,200,228). Sum of RGB (Red+Green+Blue) = 170+200+228=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAC8E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8E4 is #55371B. Grayscale: #C2C2C2. Windows color (decimal): -5584668 or 14993578. OLE color: 14993578.

HSL color Cylindrical-coordinate representation of color #AAC8E4: hue angle of 208.97º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC8E4 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170200228-
CMYK0.250.1200.11
HSL208.97º51.79%78.04%-
HSV(B)208.97º25.44%89.41%-
XYZ51.2455.4681.4-
YUV194.22147.06110.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 228 (89.45% from 255) = 38.13%
R=28.43%
G=33.44%
B=38.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702002280.250.1200.11208.9751.7978.04
HexAAC8E419C0Bd1344e
Octal252310344311401332164116
Binary10101010110010001110010011001110001011110100011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8E4; }

 p { color: rgb(170,200,228); }

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

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

 a { background-color: rgb(170,200,228); }

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

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

 span { border-color: rgb(170,200,228); }

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