Shades of Sail #ABCFE3
Tints of Sail #ABCFE3
RGB
CMYK
RGB Variations
Color information
#ABCFE3 (or 0xABCFE3) is known color: Sail. HEX triplet: AB, CF and E3. RGB value is (171,207,227). Sum of RGB (Red+Green+Blue) = 171+207+227=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABCFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFE3 is #54301C. Grayscale: #C6C6C6. Windows color (decimal): -5517341 or 14929835. OLE color: 14929835.
HSL color Cylindrical-coordinate representation of color #ABCFE3: hue angle of 201.43º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCFE3 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 207 | 227 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.11 |
| HSL | 201.43º | 0.5% | 0.78% | - |
| HSV(B) | 201.43º | 0.25% | 0.89% | - |
| XYZ | 52.97 | 58.83 | 81.24 | - |
| YUV | 198.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 227 | 0.25 | 0.09 | 0 | 0.11 | 201.43 | 0.5 | 0.78 |
| Hex | AB | CF | E3 | 19 | 9 | 0 | B | C9 | 32 | 4E |
| Octal | 253 | 317 | 343 | 31 | 11 | 0 | 13 | 311 | 62 | 116 |
| Binary | 10101011 | 11001111 | 11100011 | 11001 | 1001 | 0 | 1011 | 11001001 | 110010 | 1001110 |
Color Harmonies of #ABCFE3
Complementary color
Monochromatic Colors of #ABCFE3
Black with #ABCFE3
Text Example
Text Example
White with #ABCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFE3; }
p { color: rgb(171,207,227); }
H1.HeaderClassName
{
color: #ABCFE3;
}
.AnyTagClassName
{
color: #ABCFE3;
}
</style>
background-color css
<style>
a { background-color: #ABCFE3; }
a { background-color: rgb(171,207,227); }
div.DivClassName
{
background-color: #ABCFE3;
}
.BgClassName
{
background-color: #ABCFE3;
}
</style>
border-color css
<style>
span { border-color: #ABCFE3; }
span { border-color: rgb(171,207,227); }
td.TdClassName
{
border-color: #ABCFE3;
}
.TagClassName
{
border-color: #ABCFE3;
}
</style>