Shades of Sail #ABCBDF
Tints of Sail #ABCBDF
RGB
CMYK
RGB Variations
Color information
#ABCBDF (or 0xABCBDF) is known color: Sail. HEX triplet: AB, CB and DF. RGB value is (171,203,223). Sum of RGB (Red+Green+Blue) = 171+203+223=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBDF is #543420. Grayscale: #C3C3C3. Windows color (decimal): -5518369 or 14666667. OLE color: 14666667.
HSL color Cylindrical-coordinate representation of color #ABCBDF: hue angle of 203.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCBDF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 203 | 223 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.13 |
| HSL | 203.08º | 0.45% | 0.77% | - |
| HSV(B) | 203.08º | 0.23% | 0.87% | - |
| XYZ | 51.47 | 56.7 | 78.04 | - |
| YUV | 195.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 223 | 0.23 | 0.09 | 0 | 0.13 | 203.08 | 0.45 | 0.77 |
| Hex | AB | CB | DF | 17 | 9 | 0 | D | CB | 2D | 4D |
| Octal | 253 | 313 | 337 | 27 | 11 | 0 | 15 | 313 | 55 | 115 |
| Binary | 10101011 | 11001011 | 11011111 | 10111 | 1001 | 0 | 1101 | 11001011 | 101101 | 1001101 |
Color Harmonies of #ABCBDF
Complementary color
Monochromatic Colors of #ABCBDF
Black with #ABCBDF
Text Example
Text Example
White with #ABCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBDF; }
p { color: rgb(171,203,223); }
H1.HeaderClassName
{
color: #ABCBDF;
}
.AnyTagClassName
{
color: #ABCBDF;
}
</style>
background-color css
<style>
a { background-color: #ABCBDF; }
a { background-color: rgb(171,203,223); }
div.DivClassName
{
background-color: #ABCBDF;
}
.BgClassName
{
background-color: #ABCBDF;
}
</style>
border-color css
<style>
span { border-color: #ABCBDF; }
span { border-color: rgb(171,203,223); }
td.TdClassName
{
border-color: #ABCBDF;
}
.TagClassName
{
border-color: #ABCBDF;
}
</style>