Shades of Sail #ACCEE8
Tints of Sail #ACCEE8
RGB
CMYK
RGB Variations
Color information
#ACCEE8 (or 0xACCEE8) is known color: Sail. HEX triplet: AC, CE and E8. RGB value is (172,206,232). Sum of RGB (Red+Green+Blue) = 172+206+232=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACCEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEE8 is #533117. Grayscale: #C6C6C6. Windows color (decimal): -5452056 or 15257260. OLE color: 15257260.
HSL color Cylindrical-coordinate representation of color #ACCEE8: hue angle of 206º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCEE8 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 206 | 232 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.09 |
| HSL | 206º | 0.57% | 0.79% | - |
| HSV(B) | 206º | 0.26% | 0.91% | - |
| XYZ | 53.65 | 58.74 | 84.85 | - |
| YUV | 198.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 232 | 0.26 | 0.11 | 0 | 0.09 | 206 | 0.57 | 0.79 |
| Hex | AC | CE | E8 | 1A | B | 0 | 9 | CE | 39 | 4F |
| Octal | 254 | 316 | 350 | 32 | 13 | 0 | 11 | 316 | 71 | 117 |
| Binary | 10101100 | 11001110 | 11101000 | 11010 | 1011 | 0 | 1001 | 11001110 | 111001 | 1001111 |
Color Harmonies of #ACCEE8
Complementary color
Monochromatic Colors of #ACCEE8
Black with #ACCEE8
Text Example
Text Example
White with #ACCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEE8; }
p { color: rgb(172,206,232); }
H1.HeaderClassName
{
color: #ACCEE8;
}
.AnyTagClassName
{
color: #ACCEE8;
}
</style>
background-color css
<style>
a { background-color: #ACCEE8; }
a { background-color: rgb(172,206,232); }
div.DivClassName
{
background-color: #ACCEE8;
}
.BgClassName
{
background-color: #ACCEE8;
}
</style>
border-color css
<style>
span { border-color: #ACCEE8; }
span { border-color: rgb(172,206,232); }
td.TdClassName
{
border-color: #ACCEE8;
}
.TagClassName
{
border-color: #ACCEE8;
}
</style>