#accee9

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

Shades of Sail #ACCEE9

Tints of Sail #ACCEE9

Color information

#ACCEE9 (or 0xACCEE9) is unknown color: approx Sail. HEX triplet: AC, CE and E9. RGB value is (172,206,233). Sum of RGB (Red+Green+Blue) = 172+206+233=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACCEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEE9 is #533116. Grayscale: #C6C6C6. Windows color (decimal): -5452055 or 15322796. OLE color: 15322796.

HSL color Cylindrical-coordinate representation of color #ACCEE9: hue angle of 206.56º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCEE9 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172206233-
CMYK0.260.1200.09
HSL206.56º58.1%79.41%-
HSV(B)206.56º26.18%91.37%-
XYZ53.7958.885.6-
YUV198.91147.24108.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=28.15%
G=33.72%
B=38.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722062330.260.1200.09206.5658.179.41
HexACCEE91AC09cf3a4f
Octal254316351321401131772117
Binary10101100110011101110100111010110001001110011111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #accee9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #accee9; }

 p { color: rgb(172,206,233); }

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

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

 a { background-color: rgb(172,206,233); }

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

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

 span { border-color: rgb(172,206,233); }

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