Shades of Sail #9FCBF0
Tints of Sail #9FCBF0
RGB
CMYK
RGB Variations
Color information
#9FCBF0 (or 0x9FCBF0) is known color: Sail. HEX triplet: 9F, CB and F0. RGB value is (159,203,240). Sum of RGB (Red+Green+Blue) = 159+203+240=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FCBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBF0 is #60340F. Grayscale: #C1C1C1. Windows color (decimal): -6304784 or 15780767. OLE color: 15780767.
HSL color Cylindrical-coordinate representation of color #9FCBF0: hue angle of 207.41º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCBF0 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 203 | 240 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.06 |
| HSL | 207.41º | 0.73% | 0.78% | - |
| HSV(B) | 207.41º | 0.34% | 0.94% | - |
| XYZ | 51.38 | 56.37 | 90.61 | - |
| YUV | 194.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 240 | 0.34 | 0.15 | 0 | 0.06 | 207.41 | 0.73 | 0.78 |
| Hex | 9F | CB | F0 | 22 | F | 0 | 6 | CF | 49 | 4E |
| Octal | 237 | 313 | 360 | 42 | 17 | 0 | 6 | 317 | 111 | 116 |
| Binary | 10011111 | 11001011 | 11110000 | 100010 | 1111 | 0 | 110 | 11001111 | 1001001 | 1001110 |
Color Harmonies of #9FCBF0
Complementary color
Monochromatic Colors of #9FCBF0
Black with #9FCBF0
Text Example
Text Example
White with #9FCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBF0; }
p { color: rgb(159,203,240); }
H1.HeaderClassName
{
color: #9FCBF0;
}
.AnyTagClassName
{
color: #9FCBF0;
}
</style>
background-color css
<style>
a { background-color: #9FCBF0; }
a { background-color: rgb(159,203,240); }
div.DivClassName
{
background-color: #9FCBF0;
}
.BgClassName
{
background-color: #9FCBF0;
}
</style>
border-color css
<style>
span { border-color: #9FCBF0; }
span { border-color: rgb(159,203,240); }
td.TdClassName
{
border-color: #9FCBF0;
}
.TagClassName
{
border-color: #9FCBF0;
}
</style>