Shades of Sail #9FC6EF
Tints of Sail #9FC6EF
RGB
CMYK
RGB Variations
Color information
#9FC6EF (or 0x9FC6EF) is known color: Sail. HEX triplet: 9F, C6 and EF. RGB value is (159,198,239). Sum of RGB (Red+Green+Blue) = 159+198+239=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FC6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC6EF is #603910. Grayscale: #BEBEBE. Windows color (decimal): -6306065 or 15713951. OLE color: 15713951.
HSL color Cylindrical-coordinate representation of color #9FC6EF: hue angle of 210.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC6EF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 198 | 239 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.06 |
| HSL | 210.75º | 0.71% | 0.78% | - |
| HSV(B) | 210.75º | 0.33% | 0.94% | - |
| XYZ | 50.07 | 53.99 | 89.44 | - |
| YUV | 191.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 239 | 0.33 | 0.17 | 0 | 0.06 | 210.75 | 0.71 | 0.78 |
| Hex | 9F | C6 | EF | 21 | 11 | 0 | 6 | D3 | 47 | 4E |
| Octal | 237 | 306 | 357 | 41 | 21 | 0 | 6 | 323 | 107 | 116 |
| Binary | 10011111 | 11000110 | 11101111 | 100001 | 10001 | 0 | 110 | 11010011 | 1000111 | 1001110 |
Color Harmonies of #9FC6EF
Complementary color
Monochromatic Colors of #9FC6EF
Black with #9FC6EF
Text Example
Text Example
White with #9FC6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC6EF; }
p { color: rgb(159,198,239); }
H1.HeaderClassName
{
color: #9FC6EF;
}
.AnyTagClassName
{
color: #9FC6EF;
}
</style>
background-color css
<style>
a { background-color: #9FC6EF; }
a { background-color: rgb(159,198,239); }
div.DivClassName
{
background-color: #9FC6EF;
}
.BgClassName
{
background-color: #9FC6EF;
}
</style>
border-color css
<style>
span { border-color: #9FC6EF; }
span { border-color: rgb(159,198,239); }
td.TdClassName
{
border-color: #9FC6EF;
}
.TagClassName
{
border-color: #9FC6EF;
}
</style>