#AACDE7

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

Shades of Sail #AACDE7

Tints of Sail #AACDE7

Color information

#AACDE7 (or 0xAACDE7) is unknown color: approx Sail. HEX triplet: AA, CD and E7. RGB value is (170,205,231). Sum of RGB (Red+Green+Blue) = 170+205+231=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDE7 is #553218. Grayscale: #C5C5C5. Windows color (decimal): -5583385 or 15191466. OLE color: 15191466.

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

Color convert

RGB170205231-
CMYK0.260.1100.09
HSL205.57º55.96%78.63%-
HSV(B)205.57º26.41%90.59%-
XYZ52.8357.9884.01-
YUV197.5146.9108.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=28.05%
G=33.83%
B=38.12%

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
Decimal1702052310.260.1100.09205.5755.9678.63
HexAACDE71AB09ce384f
Octal252315347321301131670117
Binary10101010110011011110011111010101101001110011101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDE7; }

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

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

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

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

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

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

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

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