Shades of Sail #ACCCE0
Tints of Sail #ACCCE0
RGB
CMYK
RGB Variations
Color information
#ACCCE0 (or 0xACCCE0) is known color: Sail. HEX triplet: AC, CC and E0. RGB value is (172,204,224). Sum of RGB (Red+Green+Blue) = 172+204+224=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCE0 is #53331F. Grayscale: #C4C4C4. Windows color (decimal): -5452576 or 14732460. OLE color: 14732460.
HSL color Cylindrical-coordinate representation of color #ACCCE0: hue angle of 203.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCCE0 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 204 | 224 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.12 |
| HSL | 203.08º | 0.46% | 0.78% | - |
| HSV(B) | 203.08º | 0.23% | 0.88% | - |
| XYZ | 52.06 | 57.34 | 78.84 | - |
| YUV | 196.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 224 | 0.23 | 0.09 | 0 | 0.12 | 203.08 | 0.46 | 0.78 |
| Hex | AC | CC | E0 | 17 | 9 | 0 | C | CB | 2E | 4E |
| Octal | 254 | 314 | 340 | 27 | 11 | 0 | 14 | 313 | 56 | 116 |
| Binary | 10101100 | 11001100 | 11100000 | 10111 | 1001 | 0 | 1100 | 11001011 | 101110 | 1001110 |
Color Harmonies of #ACCCE0
Complementary color
Monochromatic Colors of #ACCCE0
Black with #ACCCE0
Text Example
Text Example
White with #ACCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCE0; }
p { color: rgb(172,204,224); }
H1.HeaderClassName
{
color: #ACCCE0;
}
.AnyTagClassName
{
color: #ACCCE0;
}
</style>
background-color css
<style>
a { background-color: #ACCCE0; }
a { background-color: rgb(172,204,224); }
div.DivClassName
{
background-color: #ACCCE0;
}
.BgClassName
{
background-color: #ACCCE0;
}
</style>
border-color css
<style>
span { border-color: #ACCCE0; }
span { border-color: rgb(172,204,224); }
td.TdClassName
{
border-color: #ACCCE0;
}
.TagClassName
{
border-color: #ACCCE0;
}
</style>