#AACEE7

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

Shades of Sail #AACEE7

Tints of Sail #AACEE7

Color information

#AACEE7 (or 0xAACEE7) is unknown color: approx Sail. HEX triplet: AA, CE and E7. RGB value is (170,206,231). Sum of RGB (Red+Green+Blue) = 170+206+231=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEE7 is #553118. Grayscale: #C5C5C5. Windows color (decimal): -5583129 or 15191722. OLE color: 15191722.

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

Color convert

RGB170206231-
CMYK0.260.1100.09
HSL204.59º55.96%78.63%-
HSV(B)204.59º26.41%90.59%-
XYZ53.0758.4684.09-
YUV198.09146.57107.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=28.01%
G=33.94%
B=38.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702062310.260.1100.09204.5955.9678.63
HexAACEE71AB09cd384f
Octal252316347321301131570117
Binary10101010110011101110011111010101101001110011011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEE7; }

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

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

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

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

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

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

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

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