#AACDE9

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

Shades of Sail #AACDE9

Tints of Sail #AACDE9

Color information

#AACDE9 (or 0xAACDE9) is unknown color: approx Sail. HEX triplet: AA, CD and E9. RGB value is (170,205,233). Sum of RGB (Red+Green+Blue) = 170+205+233=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #AACDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDE9 is #553216. Grayscale: #C5C5C5. Windows color (decimal): -5583383 or 15322538. OLE color: 15322538.

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

Color convert

RGB170205233-
CMYK0.270.1200.09
HSL206.67º58.88%79.02%-
HSV(B)206.67º27.04%91.37%-
XYZ53.1258.0985.5-
YUV197.73147.9108.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=27.96%
G=33.72%
B=38.32%

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
Decimal1702052330.270.1200.09206.6758.8879.02
HexAACDE91BC09cf3b4f
Octal252315351331401131773117
Binary10101010110011011110100111011110001001110011111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDE9; }

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

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

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

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

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

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

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

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