#AACEE8

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

Shades of Sail #AACEE8

Tints of Sail #AACEE8

Color information

#AACEE8 (or 0xAACEE8) is unknown color: approx Sail. HEX triplet: AA, CE and E8. RGB value is (170,206,232). Sum of RGB (Red+Green+Blue) = 170+206+232=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEE8 is #553117. Grayscale: #C6C6C6. Windows color (decimal): -5583128 or 15257258. OLE color: 15257258.

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

Color convert

RGB170206232-
CMYK0.270.1100.09
HSL205.16º57.41%78.82%-
HSV(B)205.16º26.72%90.98%-
XYZ53.2158.5184.83-
YUV198.2147.07107.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=27.96%
G=33.88%
B=38.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702062320.270.1100.09205.1657.4178.82
HexAACEE81BB09cd394f
Octal252316350331301131571117
Binary10101010110011101110100011011101101001110011011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEE8; }

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

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

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

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

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

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

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

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