Shades of Sail #98C0F1
Tints of Sail #98C0F1
RGB
CMYK
RGB Variations
Color information
#98C0F1 (or 0x98C0F1) is known color: Sail. HEX triplet: 98, C0 and F1. RGB value is (152,192,241). Sum of RGB (Red+Green+Blue) = 152+192+241=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #98C0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0F1 is #673F0E. Grayscale: #B9B9B9. Windows color (decimal): -6766351 or 15843480. OLE color: 15843480.
HSL color Cylindrical-coordinate representation of color #98C0F1: hue angle of 213.03º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98C0F1 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 192 | 241 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.05 |
| HSL | 213.03º | 0.76% | 0.77% | - |
| HSV(B) | 213.03º | 0.37% | 0.95% | - |
| XYZ | 47.68 | 50.73 | 90.5 | - |
| YUV | 185.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 241 | 0.37 | 0.20 | 0 | 0.05 | 213.03 | 0.76 | 0.77 |
| Hex | 98 | C0 | F1 | 25 | 14 | 0 | 5 | D5 | 4C | 4D |
| Octal | 230 | 300 | 361 | 45 | 24 | 0 | 5 | 325 | 114 | 115 |
| Binary | 10011000 | 11000000 | 11110001 | 100101 | 10100 | 0 | 101 | 11010101 | 1001100 | 1001101 |
Color Harmonies of #98C0F1
Complementary color
Monochromatic Colors of #98C0F1
Black with #98C0F1
Text Example
Text Example
White with #98C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0F1; }
p { color: rgb(152,192,241); }
H1.HeaderClassName
{
color: #98C0F1;
}
.AnyTagClassName
{
color: #98C0F1;
}
</style>
background-color css
<style>
a { background-color: #98C0F1; }
a { background-color: rgb(152,192,241); }
div.DivClassName
{
background-color: #98C0F1;
}
.BgClassName
{
background-color: #98C0F1;
}
</style>
border-color css
<style>
span { border-color: #98C0F1; }
span { border-color: rgb(152,192,241); }
td.TdClassName
{
border-color: #98C0F1;
}
.TagClassName
{
border-color: #98C0F1;
}
</style>