Shades of Sail #ACCFE9
Tints of Sail #ACCFE9
RGB
CMYK
RGB Variations
Color information
#ACCFE9 (or 0xACCFE9) is known color: Sail. HEX triplet: AC, CF and E9. RGB value is (172,207,233). Sum of RGB (Red+Green+Blue) = 172+207+233=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFE9 is #533016. Grayscale: #C7C7C7. Windows color (decimal): -5451799 or 15323052. OLE color: 15323052.
HSL color Cylindrical-coordinate representation of color #ACCFE9: hue angle of 205.57º degrees, saturation: 0.58, 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 #ACCFE9 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 207 | 233 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.09 |
| HSL | 205.57º | 0.58% | 0.79% | - |
| HSV(B) | 205.57º | 0.26% | 0.91% | - |
| XYZ | 54.03 | 59.28 | 85.68 | - |
| YUV | 199.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 233 | 0.26 | 0.11 | 0 | 0.09 | 205.57 | 0.58 | 0.79 |
| Hex | AC | CF | E9 | 1A | B | 0 | 9 | CE | 3A | 4F |
| Octal | 254 | 317 | 351 | 32 | 13 | 0 | 11 | 316 | 72 | 117 |
| Binary | 10101100 | 11001111 | 11101001 | 11010 | 1011 | 0 | 1001 | 11001110 | 111010 | 1001111 |
Color Harmonies of #ACCFE9
Complementary color
Monochromatic Colors of #ACCFE9
Black with #ACCFE9
Text Example
Text Example
White with #ACCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFE9; }
p { color: rgb(172,207,233); }
H1.HeaderClassName
{
color: #ACCFE9;
}
.AnyTagClassName
{
color: #ACCFE9;
}
</style>
background-color css
<style>
a { background-color: #ACCFE9; }
a { background-color: rgb(172,207,233); }
div.DivClassName
{
background-color: #ACCFE9;
}
.BgClassName
{
background-color: #ACCFE9;
}
</style>
border-color css
<style>
span { border-color: #ACCFE9; }
span { border-color: rgb(172,207,233); }
td.TdClassName
{
border-color: #ACCFE9;
}
.TagClassName
{
border-color: #ACCFE9;
}
</style>