Shades of Sail #ACD0E4
Tints of Sail #ACD0E4
RGB
CMYK
RGB Variations
Color information
#ACD0E4 (or 0xACD0E4) is known color: Sail. HEX triplet: AC, D0 and E4. RGB value is (172,208,228). Sum of RGB (Red+Green+Blue) = 172+208+228=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACD0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0E4 is #532F1B. Grayscale: #C7C7C7. Windows color (decimal): -5451548 or 14995628. OLE color: 14995628.
HSL color Cylindrical-coordinate representation of color #ACD0E4: hue angle of 201.43º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD0E4 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 208 | 228 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.11 |
| HSL | 201.43º | 0.51% | 0.78% | - |
| HSV(B) | 201.43º | 0.25% | 0.89% | - |
| XYZ | 53.57 | 59.48 | 82.06 | - |
| YUV | 199.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 228 | 0.25 | 0.09 | 0 | 0.11 | 201.43 | 0.51 | 0.78 |
| Hex | AC | D0 | E4 | 19 | 9 | 0 | B | C9 | 33 | 4E |
| Octal | 254 | 320 | 344 | 31 | 11 | 0 | 13 | 311 | 63 | 116 |
| Binary | 10101100 | 11010000 | 11100100 | 11001 | 1001 | 0 | 1011 | 11001001 | 110011 | 1001110 |
Color Harmonies of #ACD0E4
Complementary color
Monochromatic Colors of #ACD0E4
Black with #ACD0E4
Text Example
Text Example
White with #ACD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0E4; }
p { color: rgb(172,208,228); }
H1.HeaderClassName
{
color: #ACD0E4;
}
.AnyTagClassName
{
color: #ACD0E4;
}
</style>
background-color css
<style>
a { background-color: #ACD0E4; }
a { background-color: rgb(172,208,228); }
div.DivClassName
{
background-color: #ACD0E4;
}
.BgClassName
{
background-color: #ACD0E4;
}
</style>
border-color css
<style>
span { border-color: #ACD0E4; }
span { border-color: rgb(172,208,228); }
td.TdClassName
{
border-color: #ACD0E4;
}
.TagClassName
{
border-color: #ACD0E4;
}
</style>