#AACDE8

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

Shades of Sail #AACDE8

Tints of Sail #AACDE8

Color information

#AACDE8 (or 0xAACDE8) is unknown color: approx Sail. HEX triplet: AA, CD and E8. RGB value is (170,205,232). Sum of RGB (Red+Green+Blue) = 170+205+232=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDE8 is #553217. Grayscale: #C5C5C5. Windows color (decimal): -5583384 or 15257002. OLE color: 15257002.

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

Color convert

RGB170205232-
CMYK0.270.1200.09
HSL206.13º57.41%78.82%-
HSV(B)206.13º26.72%90.98%-
XYZ52.9758.0384.75-
YUV197.61147.4108.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=28.01%
G=33.77%
B=38.22%

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
Decimal1702052320.270.1200.09206.1357.4178.82
HexAACDE81BC09ce394f
Octal252315350331401131671117
Binary10101010110011011110100011011110001001110011101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDE8; }

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

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

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

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

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

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

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

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