Shades of Sail #ACD0E9
Tints of Sail #ACD0E9
RGB
CMYK
RGB Variations
Color information
#ACD0E9 (or 0xACD0E9) is known color: Sail. HEX triplet: AC, D0 and E9. RGB value is (172,208,233). Sum of RGB (Red+Green+Blue) = 172+208+233=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0E9 is #532F16. Grayscale: #C7C7C7. Windows color (decimal): -5451543 or 15323308. OLE color: 15323308.
HSL color Cylindrical-coordinate representation of color #ACD0E9: hue angle of 204.59º 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 #ACD0E9 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 208 | 233 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.09 |
| HSL | 204.59º | 0.58% | 0.79% | - |
| HSV(B) | 204.59º | 0.26% | 0.91% | - |
| XYZ | 54.28 | 59.77 | 85.77 | - |
| YUV | 200.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 233 | 0.26 | 0.11 | 0 | 0.09 | 204.59 | 0.58 | 0.79 |
| Hex | AC | D0 | E9 | 1A | B | 0 | 9 | CD | 3A | 4F |
| Octal | 254 | 320 | 351 | 32 | 13 | 0 | 11 | 315 | 72 | 117 |
| Binary | 10101100 | 11010000 | 11101001 | 11010 | 1011 | 0 | 1001 | 11001101 | 111010 | 1001111 |
Color Harmonies of #ACD0E9
Complementary color
Monochromatic Colors of #ACD0E9
Black with #ACD0E9
Text Example
Text Example
White with #ACD0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0E9; }
p { color: rgb(172,208,233); }
H1.HeaderClassName
{
color: #ACD0E9;
}
.AnyTagClassName
{
color: #ACD0E9;
}
</style>
background-color css
<style>
a { background-color: #ACD0E9; }
a { background-color: rgb(172,208,233); }
div.DivClassName
{
background-color: #ACD0E9;
}
.BgClassName
{
background-color: #ACD0E9;
}
</style>
border-color css
<style>
span { border-color: #ACD0E9; }
span { border-color: rgb(172,208,233); }
td.TdClassName
{
border-color: #ACD0E9;
}
.TagClassName
{
border-color: #ACD0E9;
}
</style>