Shades of Sail #ABCFE7
Tints of Sail #ABCFE7
RGB
CMYK
RGB Variations
Color information
#ABCFE7 (or 0xABCFE7) is known color: Sail. HEX triplet: AB, CF and E7. RGB value is (171,207,231). Sum of RGB (Red+Green+Blue) = 171+207+231=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABCFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFE7 is #543018. Grayscale: #C6C6C6. Windows color (decimal): -5517337 or 15191979. OLE color: 15191979.
HSL color Cylindrical-coordinate representation of color #ABCFE7: hue angle of 204º degrees, saturation: 0.56, 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 #ABCFE7 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 207 | 231 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.09 |
| HSL | 204º | 0.56% | 0.79% | - |
| HSV(B) | 204º | 0.26% | 0.91% | - |
| XYZ | 53.53 | 59.05 | 84.18 | - |
| YUV | 198.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 231 | 0.26 | 0.10 | 0 | 0.09 | 204 | 0.56 | 0.79 |
| Hex | AB | CF | E7 | 1A | A | 0 | 9 | CC | 38 | 4F |
| Octal | 253 | 317 | 347 | 32 | 12 | 0 | 11 | 314 | 70 | 117 |
| Binary | 10101011 | 11001111 | 11100111 | 11010 | 1010 | 0 | 1001 | 11001100 | 111000 | 1001111 |
Color Harmonies of #ABCFE7
Complementary color
Monochromatic Colors of #ABCFE7
Black with #ABCFE7
Text Example
Text Example
White with #ABCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFE7; }
p { color: rgb(171,207,231); }
H1.HeaderClassName
{
color: #ABCFE7;
}
.AnyTagClassName
{
color: #ABCFE7;
}
</style>
background-color css
<style>
a { background-color: #ABCFE7; }
a { background-color: rgb(171,207,231); }
div.DivClassName
{
background-color: #ABCFE7;
}
.BgClassName
{
background-color: #ABCFE7;
}
</style>
border-color css
<style>
span { border-color: #ABCFE7; }
span { border-color: rgb(171,207,231); }
td.TdClassName
{
border-color: #ABCFE7;
}
.TagClassName
{
border-color: #ABCFE7;
}
</style>