Shades of Sail #ACD9F5
Tints of Sail #ACD9F5
RGB
CMYK
RGB Variations
Color information
#ACD9F5 (or 0xACD9F5) is known color: Sail. HEX triplet: AC, D9 and F5. RGB value is (172,217,245). Sum of RGB (Red+Green+Blue) = 172+217+245=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACD9F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9F5 is #53260A. Grayscale: #CECECE. Windows color (decimal): -5449227 or 16112044. OLE color: 16112044.
HSL color Cylindrical-coordinate representation of color #ACD9F5: hue angle of 203.01º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD9F5 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 217 | 245 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.04 |
| HSL | 203.01º | 0.78% | 0.82% | - |
| HSV(B) | 203.01º | 0.3% | 0.96% | - |
| XYZ | 58.31 | 64.99 | 95.86 | - |
| YUV | 206.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 245 | 0.30 | 0.11 | 0 | 0.04 | 203.01 | 0.78 | 0.82 |
| Hex | AC | D9 | F5 | 1E | B | 0 | 4 | CB | 4E | 52 |
| Octal | 254 | 331 | 365 | 36 | 13 | 0 | 4 | 313 | 116 | 122 |
| Binary | 10101100 | 11011001 | 11110101 | 11110 | 1011 | 0 | 100 | 11001011 | 1001110 | 1010010 |
Color Harmonies of #ACD9F5
Complementary color
Monochromatic Colors of #ACD9F5
Black with #ACD9F5
Text Example
Text Example
White with #ACD9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9F5; }
p { color: rgb(172,217,245); }
H1.HeaderClassName
{
color: #ACD9F5;
}
.AnyTagClassName
{
color: #ACD9F5;
}
</style>
background-color css
<style>
a { background-color: #ACD9F5; }
a { background-color: rgb(172,217,245); }
div.DivClassName
{
background-color: #ACD9F5;
}
.BgClassName
{
background-color: #ACD9F5;
}
</style>
border-color css
<style>
span { border-color: #ACD9F5; }
span { border-color: rgb(172,217,245); }
td.TdClassName
{
border-color: #ACD9F5;
}
.TagClassName
{
border-color: #ACD9F5;
}
</style>