Shades of Sail #ACCCE1
Tints of Sail #ACCCE1
RGB
CMYK
RGB Variations
Color information
#ACCCE1 (or 0xACCCE1) is known color: Sail. HEX triplet: AC, CC and E1. RGB value is (172,204,225). Sum of RGB (Red+Green+Blue) = 172+204+225=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACCCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCE1 is #53331E. Grayscale: #C4C4C4. Windows color (decimal): -5452575 or 14797996. OLE color: 14797996.
HSL color Cylindrical-coordinate representation of color #ACCCE1: hue angle of 203.77º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCCE1 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 204 | 225 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.12 |
| HSL | 203.77º | 0.47% | 0.78% | - |
| HSV(B) | 203.77º | 0.24% | 0.88% | - |
| XYZ | 52.2 | 57.39 | 79.56 | - |
| YUV | 196.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 225 | 0.24 | 0.09 | 0 | 0.12 | 203.77 | 0.47 | 0.78 |
| Hex | AC | CC | E1 | 18 | 9 | 0 | C | CC | 2F | 4E |
| Octal | 254 | 314 | 341 | 30 | 11 | 0 | 14 | 314 | 57 | 116 |
| Binary | 10101100 | 11001100 | 11100001 | 11000 | 1001 | 0 | 1100 | 11001100 | 101111 | 1001110 |
Color Harmonies of #ACCCE1
Complementary color
Monochromatic Colors of #ACCCE1
Black with #ACCCE1
Text Example
Text Example
White with #ACCCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCE1; }
p { color: rgb(172,204,225); }
H1.HeaderClassName
{
color: #ACCCE1;
}
.AnyTagClassName
{
color: #ACCCE1;
}
</style>
background-color css
<style>
a { background-color: #ACCCE1; }
a { background-color: rgb(172,204,225); }
div.DivClassName
{
background-color: #ACCCE1;
}
.BgClassName
{
background-color: #ACCCE1;
}
</style>
border-color css
<style>
span { border-color: #ACCCE1; }
span { border-color: rgb(172,204,225); }
td.TdClassName
{
border-color: #ACCCE1;
}
.TagClassName
{
border-color: #ACCCE1;
}
</style>