Shades of Sail #ACCCE5
Tints of Sail #ACCCE5
RGB
CMYK
RGB Variations
Color information
#ACCCE5 (or 0xACCCE5) is known color: Sail. HEX triplet: AC, CC and E5. RGB value is (172,204,229). Sum of RGB (Red+Green+Blue) = 172+204+229=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACCCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCE5 is #53331A. Grayscale: #C5C5C5. Windows color (decimal): -5452571 or 15060140. OLE color: 15060140.
HSL color Cylindrical-coordinate representation of color #ACCCE5: hue angle of 206.32º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCCE5 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 204 | 229 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.10 |
| HSL | 206.32º | 0.52% | 0.79% | - |
| HSV(B) | 206.32º | 0.25% | 0.9% | - |
| XYZ | 52.75 | 57.61 | 82.47 | - |
| YUV | 197.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 229 | 0.25 | 0.11 | 0 | 0.10 | 206.32 | 0.52 | 0.79 |
| Hex | AC | CC | E5 | 19 | B | 0 | A | CE | 34 | 4F |
| Octal | 254 | 314 | 345 | 31 | 13 | 0 | 12 | 316 | 64 | 117 |
| Binary | 10101100 | 11001100 | 11100101 | 11001 | 1011 | 0 | 1010 | 11001110 | 110100 | 1001111 |
Color Harmonies of #ACCCE5
Complementary color
Monochromatic Colors of #ACCCE5
Black with #ACCCE5
Text Example
Text Example
White with #ACCCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCE5; }
p { color: rgb(172,204,229); }
H1.HeaderClassName
{
color: #ACCCE5;
}
.AnyTagClassName
{
color: #ACCCE5;
}
</style>
background-color css
<style>
a { background-color: #ACCCE5; }
a { background-color: rgb(172,204,229); }
div.DivClassName
{
background-color: #ACCCE5;
}
.BgClassName
{
background-color: #ACCCE5;
}
</style>
border-color css
<style>
span { border-color: #ACCCE5; }
span { border-color: rgb(172,204,229); }
td.TdClassName
{
border-color: #ACCCE5;
}
.TagClassName
{
border-color: #ACCCE5;
}
</style>