Shades of Sail #ABCFE9
Tints of Sail #ABCFE9
RGB
CMYK
RGB Variations
Color information
#ABCFE9 (or 0xABCFE9) is known color: Sail. HEX triplet: AB, CF and E9. RGB value is (171,207,233). Sum of RGB (Red+Green+Blue) = 171+207+233=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFE9 is #543016. Grayscale: #C7C7C7. Windows color (decimal): -5517335 or 15323051. OLE color: 15323051.
HSL color Cylindrical-coordinate representation of color #ABCFE9: hue angle of 205.16º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABCFE9 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 207 | 233 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.09 |
| HSL | 205.16º | 0.58% | 0.79% | - |
| HSV(B) | 205.16º | 0.27% | 0.91% | - |
| XYZ | 53.82 | 59.17 | 85.67 | - |
| YUV | 199.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 233 | 0.27 | 0.11 | 0 | 0.09 | 205.16 | 0.58 | 0.79 |
| Hex | AB | CF | E9 | 1B | B | 0 | 9 | CD | 3A | 4F |
| Octal | 253 | 317 | 351 | 33 | 13 | 0 | 11 | 315 | 72 | 117 |
| Binary | 10101011 | 11001111 | 11101001 | 11011 | 1011 | 0 | 1001 | 11001101 | 111010 | 1001111 |
Color Harmonies of #ABCFE9
Complementary color
Monochromatic Colors of #ABCFE9
Black with #ABCFE9
Text Example
Text Example
White with #ABCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFE9; }
p { color: rgb(171,207,233); }
H1.HeaderClassName
{
color: #ABCFE9;
}
.AnyTagClassName
{
color: #ABCFE9;
}
</style>
background-color css
<style>
a { background-color: #ABCFE9; }
a { background-color: rgb(171,207,233); }
div.DivClassName
{
background-color: #ABCFE9;
}
.BgClassName
{
background-color: #ABCFE9;
}
</style>
border-color css
<style>
span { border-color: #ABCFE9; }
span { border-color: rgb(171,207,233); }
td.TdClassName
{
border-color: #ABCFE9;
}
.TagClassName
{
border-color: #ABCFE9;
}
</style>