#ACD1E9

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

Shades of Sail #ACD1E9

Tints of Sail #ACD1E9

Color information

#ACD1E9 (or 0xACD1E9) is unknown color: approx Sail. HEX triplet: AC, D1 and E9. RGB value is (172,209,233). Sum of RGB (Red+Green+Blue) = 172+209+233=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1E9 is #532E16. Grayscale: #C8C8C8. Windows color (decimal): -5451287 or 15323564. OLE color: 15323564.

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

Color convert

RGB172209233-
CMYK0.260.1000.09
HSL203.61º58.1%79.41%-
HSV(B)203.61º26.18%91.37%-
XYZ54.5260.2585.85-
YUV200.67146.24107.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=28.01%
G=34.04%
B=37.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722092330.260.1000.09203.6158.179.41
HexACD1E91AA09cc3a4f
Octal254321351321201131472117
Binary10101100110100011110100111010101001001110011001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1E9; }

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

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

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

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

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

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

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

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