Shades of Sail #98C0F3
Tints of Sail #98C0F3
RGB
CMYK
RGB Variations
Color information
#98C0F3 (or 0x98C0F3) is known color: Sail. HEX triplet: 98, C0 and F3. RGB value is (152,192,243). Sum of RGB (Red+Green+Blue) = 152+192+243=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #98C0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0F3 is #673F0C. Grayscale: #B9B9B9. Windows color (decimal): -6766349 or 15974552. OLE color: 15974552.
HSL color Cylindrical-coordinate representation of color #98C0F3: hue angle of 213.63º degrees, saturation: 0.79, 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 #98C0F3 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 192 | 243 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.05 |
| HSL | 213.63º | 0.79% | 0.77% | - |
| HSV(B) | 213.63º | 0.37% | 0.95% | - |
| XYZ | 47.98 | 50.85 | 92.08 | - |
| YUV | 185.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 243 | 0.37 | 0.21 | 0 | 0.05 | 213.63 | 0.79 | 0.77 |
| Hex | 98 | C0 | F3 | 25 | 15 | 0 | 5 | D6 | 4F | 4D |
| Octal | 230 | 300 | 363 | 45 | 25 | 0 | 5 | 326 | 117 | 115 |
| Binary | 10011000 | 11000000 | 11110011 | 100101 | 10101 | 0 | 101 | 11010110 | 1001111 | 1001101 |
Color Harmonies of #98C0F3
Complementary color
Monochromatic Colors of #98C0F3
Black with #98C0F3
Text Example
Text Example
White with #98C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0F3; }
p { color: rgb(152,192,243); }
H1.HeaderClassName
{
color: #98C0F3;
}
.AnyTagClassName
{
color: #98C0F3;
}
</style>
background-color css
<style>
a { background-color: #98C0F3; }
a { background-color: rgb(152,192,243); }
div.DivClassName
{
background-color: #98C0F3;
}
.BgClassName
{
background-color: #98C0F3;
}
</style>
border-color css
<style>
span { border-color: #98C0F3; }
span { border-color: rgb(152,192,243); }
td.TdClassName
{
border-color: #98C0F3;
}
.TagClassName
{
border-color: #98C0F3;
}
</style>