#ACD1E6

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

Shades of Sail #ACD1E6

Tints of Sail #ACD1E6

Color information

#ACD1E6 (or 0xACD1E6) is unknown color: approx Sail. HEX triplet: AC, D1 and E6. RGB value is (172,209,230). Sum of RGB (Red+Green+Blue) = 172+209+230=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACD1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1E6 is #532E19. Grayscale: #C8C8C8. Windows color (decimal): -5451290 or 15126956. OLE color: 15126956.

HSL color Cylindrical-coordinate representation of color #ACD1E6: hue angle of 201.72º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD1E6 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172209230-
CMYK0.250.0900.10
HSL201.72º53.7%78.82%-
HSV(B)201.72º25.22%90.2%-
XYZ54.160.0883.61-
YUV200.33144.74107.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 209 (82.03% from 255) = 34.21%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=28.15%
G=34.21%
B=37.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722092300.250.0900.10201.7253.778.82
HexACD1E61990Aca364f
Octal254321346311101231266117
Binary10101100110100011110011011001100101010110010101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1E6; }

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

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

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

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

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

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

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

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