Shades of Sail #ABCFEB
Tints of Sail #ABCFEB
RGB
CMYK
RGB Variations
Color information
#ABCFEB (or 0xABCFEB) is known color: Sail. HEX triplet: AB, CF and EB. RGB value is (171,207,235). Sum of RGB (Red+Green+Blue) = 171+207+235=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFEB is #543014. Grayscale: #C7C7C7. Windows color (decimal): -5517333 or 15454123. OLE color: 15454123.
HSL color Cylindrical-coordinate representation of color #ABCFEB: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABCFEB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 207 | 235 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.08 |
| HSL | 206.25º | 0.62% | 0.8% | - |
| HSV(B) | 206.25º | 0.27% | 0.92% | - |
| XYZ | 54.1 | 59.28 | 87.19 | - |
| YUV | 199.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 235 | 0.27 | 0.12 | 0 | 0.08 | 206.25 | 0.62 | 0.8 |
| Hex | AB | CF | EB | 1B | C | 0 | 8 | CE | 3E | 50 |
| Octal | 253 | 317 | 353 | 33 | 14 | 0 | 10 | 316 | 76 | 120 |
| Binary | 10101011 | 11001111 | 11101011 | 11011 | 1100 | 0 | 1000 | 11001110 | 111110 | 1010000 |
Color Harmonies of #ABCFEB
Complementary color
Monochromatic Colors of #ABCFEB
Black with #ABCFEB
Text Example
Text Example
White with #ABCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFEB; }
p { color: rgb(171,207,235); }
H1.HeaderClassName
{
color: #ABCFEB;
}
.AnyTagClassName
{
color: #ABCFEB;
}
</style>
background-color css
<style>
a { background-color: #ABCFEB; }
a { background-color: rgb(171,207,235); }
div.DivClassName
{
background-color: #ABCFEB;
}
.BgClassName
{
background-color: #ABCFEB;
}
</style>
border-color css
<style>
span { border-color: #ABCFEB; }
span { border-color: rgb(171,207,235); }
td.TdClassName
{
border-color: #ABCFEB;
}
.TagClassName
{
border-color: #ABCFEB;
}
</style>