#AACDE2

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

Shades of Sail #AACDE2

Tints of Sail #AACDE2

Color information

#AACDE2 (or 0xAACDE2) is unknown color: approx Sail. HEX triplet: AA, CD and E2. RGB value is (170,205,226). Sum of RGB (Red+Green+Blue) = 170+205+226=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #AACDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDE2 is #55321D. Grayscale: #C4C4C4. Windows color (decimal): -5583390 or 14863786. OLE color: 14863786.

HSL color Cylindrical-coordinate representation of color #AACDE2: hue angle of 202.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACDE2 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170205226-
CMYK0.250.0900.11
HSL202.5º49.12%77.65%-
HSV(B)202.5º24.78%88.63%-
XYZ52.1457.780.34-
YUV196.93144.4108.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 226 (88.67% from 255) = 37.60%
R=28.29%
G=34.11%
B=37.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702052260.250.0900.11202.549.1277.65
HexAACDE21990Bca314e
Octal252315342311101331261116
Binary10101010110011011110001011001100101011110010101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDE2; }

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

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

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

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

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

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

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

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