#AACEE9

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

Shades of Sail #AACEE9

Tints of Sail #AACEE9

Color information

#AACEE9 (or 0xAACEE9) is unknown color: approx Sail. HEX triplet: AA, CE and E9. RGB value is (170,206,233). Sum of RGB (Red+Green+Blue) = 170+206+233=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #AACEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEE9 is #553116. Grayscale: #C6C6C6. Windows color (decimal): -5583127 or 15322794. OLE color: 15322794.

HSL color Cylindrical-coordinate representation of color #AACEE9: hue angle of 205.71º degrees, saturation: 0.59, 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 #AACEE9 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170206233-
CMYK0.270.1200.09
HSL205.71º58.88%79.02%-
HSV(B)205.71º27.04%91.37%-
XYZ53.3658.5785.58-
YUV198.31147.57107.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=27.91%
G=33.83%
B=38.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702062330.270.1200.09205.7158.8879.02
HexAACEE91BC09ce3b4f
Octal252316351331401131673117
Binary10101010110011101110100111011110001001110011101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEE9; }

 p { color: rgb(170,206,233); }

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

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

 a { background-color: rgb(170,206,233); }

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

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

 span { border-color: rgb(170,206,233); }

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