Shades of Sail #ABCFE5
Tints of Sail #ABCFE5
RGB
CMYK
RGB Variations
Color information
#ABCFE5 (or 0xABCFE5) is known color: Sail. HEX triplet: AB, CF and E5. RGB value is (171,207,229). Sum of RGB (Red+Green+Blue) = 171+207+229=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABCFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFE5 is #54301A. Grayscale: #C6C6C6. Windows color (decimal): -5517339 or 15060907. OLE color: 15060907.
HSL color Cylindrical-coordinate representation of color #ABCFE5: hue angle of 202.76º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCFE5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 207 | 229 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.10 |
| HSL | 202.76º | 0.53% | 0.78% | - |
| HSV(B) | 202.76º | 0.25% | 0.9% | - |
| XYZ | 53.25 | 58.94 | 82.7 | - |
| YUV | 198.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 229 | 0.25 | 0.10 | 0 | 0.10 | 202.76 | 0.53 | 0.78 |
| Hex | AB | CF | E5 | 19 | A | 0 | A | CB | 35 | 4E |
| Octal | 253 | 317 | 345 | 31 | 12 | 0 | 12 | 313 | 65 | 116 |
| Binary | 10101011 | 11001111 | 11100101 | 11001 | 1010 | 0 | 1010 | 11001011 | 110101 | 1001110 |
Color Harmonies of #ABCFE5
Complementary color
Monochromatic Colors of #ABCFE5
Black with #ABCFE5
Text Example
Text Example
White with #ABCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFE5; }
p { color: rgb(171,207,229); }
H1.HeaderClassName
{
color: #ABCFE5;
}
.AnyTagClassName
{
color: #ABCFE5;
}
</style>
background-color css
<style>
a { background-color: #ABCFE5; }
a { background-color: rgb(171,207,229); }
div.DivClassName
{
background-color: #ABCFE5;
}
.BgClassName
{
background-color: #ABCFE5;
}
</style>
border-color css
<style>
span { border-color: #ABCFE5; }
span { border-color: rgb(171,207,229); }
td.TdClassName
{
border-color: #ABCFE5;
}
.TagClassName
{
border-color: #ABCFE5;
}
</style>