Shades of Sail #ACD3EC
Tints of Sail #ACD3EC
RGB
CMYK
RGB Variations
Color information
#ACD3EC (or 0xACD3EC) is known color: Sail. HEX triplet: AC, D3 and EC. RGB value is (172,211,236). Sum of RGB (Red+Green+Blue) = 172+211+236=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3EC is #532C13. Grayscale: #CACACA. Windows color (decimal): -5450772 or 15520684. OLE color: 15520684.
HSL color Cylindrical-coordinate representation of color #ACD3EC: hue angle of 203.44º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD3EC is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 211 | 236 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.07 |
| HSL | 203.44º | 0.63% | 0.8% | - |
| HSV(B) | 203.44º | 0.27% | 0.93% | - |
| XYZ | 55.45 | 61.42 | 88.29 | - |
| YUV | 202.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 236 | 0.27 | 0.11 | 0 | 0.07 | 203.44 | 0.63 | 0.8 |
| Hex | AC | D3 | EC | 1B | B | 0 | 7 | CB | 3F | 50 |
| Octal | 254 | 323 | 354 | 33 | 13 | 0 | 7 | 313 | 77 | 120 |
| Binary | 10101100 | 11010011 | 11101100 | 11011 | 1011 | 0 | 111 | 11001011 | 111111 | 1010000 |
Color Harmonies of #ACD3EC
Complementary color
Monochromatic Colors of #ACD3EC
Black with #ACD3EC
Text Example
Text Example
White with #ACD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3EC; }
p { color: rgb(172,211,236); }
H1.HeaderClassName
{
color: #ACD3EC;
}
.AnyTagClassName
{
color: #ACD3EC;
}
</style>
background-color css
<style>
a { background-color: #ACD3EC; }
a { background-color: rgb(172,211,236); }
div.DivClassName
{
background-color: #ACD3EC;
}
.BgClassName
{
background-color: #ACD3EC;
}
</style>
border-color css
<style>
span { border-color: #ACD3EC; }
span { border-color: rgb(172,211,236); }
td.TdClassName
{
border-color: #ACD3EC;
}
.TagClassName
{
border-color: #ACD3EC;
}
</style>