#AACCE7

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

Shades of Sail #AACCE7

Tints of Sail #AACCE7

Color information

#AACCE7 (or 0xAACCE7) is unknown color: approx Sail. HEX triplet: AA, CC and E7. RGB value is (170,204,231). Sum of RGB (Red+Green+Blue) = 170+204+231=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCE7 is #553318. Grayscale: #C4C4C4. Windows color (decimal): -5583641 or 15191210. OLE color: 15191210.

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

Color convert

RGB170204231-
CMYK0.260.1200.09
HSL206.56º55.96%78.63%-
HSV(B)206.56º26.41%90.59%-
XYZ52.5957.583.93-
YUV196.91147.24108.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=28.10%
G=33.72%
B=38.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702042310.260.1200.09206.5655.9678.63
HexAACCE71AC09cf384f
Octal252314347321401131770117
Binary10101010110011001110011111010110001001110011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCE7; }

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

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

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

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

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

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

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

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