#AACEE3

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

Shades of Sail #AACEE3

Tints of Sail #AACEE3

Color information

#AACEE3 (or 0xAACEE3) is unknown color: approx Sail. HEX triplet: AA, CE and E3. RGB value is (170,206,227). Sum of RGB (Red+Green+Blue) = 170+206+227=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #AACEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEE3 is #55311C. Grayscale: #C5C5C5. Windows color (decimal): -5583133 or 14929578. OLE color: 14929578.

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

Color convert

RGB170206227-
CMYK0.250.0900.11
HSL202.11º50.44%77.84%-
HSV(B)202.11º25.11%89.02%-
XYZ52.5158.2381.15-
YUV197.63144.57108.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 227 (89.06% from 255) = 37.65%
R=28.19%
G=34.16%
B=37.65%

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
Decimal1702062270.250.0900.11202.1150.4477.84
HexAACEE31990Bca324e
Octal252316343311101331262116
Binary10101010110011101110001111001100101011110010101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEE3; }

 p { color: rgb(170,206,227); }

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

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

 a { background-color: rgb(170,206,227); }

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

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

 span { border-color: rgb(170,206,227); }

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