#AACEE2

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

Shades of Sail #AACEE2

Tints of Sail #AACEE2

Color information

#AACEE2 (or 0xAACEE2) is unknown color: approx Sail. HEX triplet: AA, CE and E2. RGB value is (170,206,226). Sum of RGB (Red+Green+Blue) = 170+206+226=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #AACEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEE2 is #55311D. Grayscale: #C5C5C5. Windows color (decimal): -5583134 or 14864042. OLE color: 14864042.

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

Color convert

RGB170206226-
CMYK0.250.0900.11
HSL201.43º49.12%77.65%-
HSV(B)201.43º24.78%88.63%-
XYZ52.3858.1880.42-
YUV197.52144.07108.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=28.24%
G=34.22%
B=37.54%

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
Decimal1702062260.250.0900.11201.4349.1277.65
HexAACEE21990Bc9314e
Octal252316342311101331161116
Binary10101010110011101110001011001100101011110010011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEE2; }

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

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

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

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

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

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

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

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