#AACEEB

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

Shades of Sail #AACEEB

Tints of Sail #AACEEB

Color information

#AACEEB (or 0xAACEEB) is unknown color: approx Sail. HEX triplet: AA, CE and EB. RGB value is (170,206,235). Sum of RGB (Red+Green+Blue) = 170+206+235=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #AACEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEEB is #553114. Grayscale: #C6C6C6. Windows color (decimal): -5583125 or 15453866. OLE color: 15453866.

HSL color Cylindrical-coordinate representation of color #AACEEB: hue angle of 206.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACEEB is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170206235-
CMYK0.280.1200.08
HSL206.77º61.9%79.41%-
HSV(B)206.77º27.66%92.16%-
XYZ53.6458.6987.1-
YUV198.54148.57107.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=27.82%
G=33.72%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702062350.280.1200.08206.7761.979.41
HexAACEEB1CC08cf3e4f
Octal252316353341401031776117
Binary10101010110011101110101111100110001000110011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEEB; }

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

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

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

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

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

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

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

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