Shades of Sail #ABCFE8
Tints of Sail #ABCFE8
RGB
CMYK
RGB Variations
Color information
#ABCFE8 (or 0xABCFE8) is known color: Sail. HEX triplet: AB, CF and E8. RGB value is (171,207,232). Sum of RGB (Red+Green+Blue) = 171+207+232=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 207 (81.25% from 255 or 33.93% 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 #ABCFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFE8 is #543017. Grayscale: #C6C6C6. Windows color (decimal): -5517336 or 15257515. OLE color: 15257515.
HSL color Cylindrical-coordinate representation of color #ABCFE8: hue angle of 204.59º 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 #ABCFE8 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 207 | 232 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.09 |
| HSL | 204.59º | 0.57% | 0.79% | - |
| HSV(B) | 204.59º | 0.26% | 0.91% | - |
| XYZ | 53.67 | 59.11 | 84.92 | - |
| YUV | 199.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 232 | 0.26 | 0.11 | 0 | 0.09 | 204.59 | 0.57 | 0.79 |
| Hex | AB | CF | E8 | 1A | B | 0 | 9 | CD | 39 | 4F |
| Octal | 253 | 317 | 350 | 32 | 13 | 0 | 11 | 315 | 71 | 117 |
| Binary | 10101011 | 11001111 | 11101000 | 11010 | 1011 | 0 | 1001 | 11001101 | 111001 | 1001111 |
Color Harmonies of #ABCFE8
Complementary color
Monochromatic Colors of #ABCFE8
Black with #ABCFE8
Text Example
Text Example
White with #ABCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFE8; }
p { color: rgb(171,207,232); }
H1.HeaderClassName
{
color: #ABCFE8;
}
.AnyTagClassName
{
color: #ABCFE8;
}
</style>
background-color css
<style>
a { background-color: #ABCFE8; }
a { background-color: rgb(171,207,232); }
div.DivClassName
{
background-color: #ABCFE8;
}
.BgClassName
{
background-color: #ABCFE8;
}
</style>
border-color css
<style>
span { border-color: #ABCFE8; }
span { border-color: rgb(171,207,232); }
td.TdClassName
{
border-color: #ABCFE8;
}
.TagClassName
{
border-color: #ABCFE8;
}
</style>