Shades of Sail #9FC6EE
Tints of Sail #9FC6EE
RGB
CMYK
RGB Variations
Color information
#9FC6EE (or 0x9FC6EE) is known color: Sail. HEX triplet: 9F, C6 and EE. RGB value is (159,198,238). Sum of RGB (Red+Green+Blue) = 159+198+238=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FC6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC6EE is #603911. Grayscale: #BEBEBE. Windows color (decimal): -6306066 or 15648415. OLE color: 15648415.
HSL color Cylindrical-coordinate representation of color #9FC6EE: hue angle of 210.38º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC6EE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 198 | 238 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.07 |
| HSL | 210.38º | 0.7% | 0.78% | - |
| HSV(B) | 210.38º | 0.33% | 0.93% | - |
| XYZ | 49.92 | 53.93 | 88.67 | - |
| YUV | 190.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 238 | 0.33 | 0.17 | 0 | 0.07 | 210.38 | 0.7 | 0.78 |
| Hex | 9F | C6 | EE | 21 | 11 | 0 | 7 | D2 | 46 | 4E |
| Octal | 237 | 306 | 356 | 41 | 21 | 0 | 7 | 322 | 106 | 116 |
| Binary | 10011111 | 11000110 | 11101110 | 100001 | 10001 | 0 | 111 | 11010010 | 1000110 | 1001110 |
Color Harmonies of #9FC6EE
Complementary color
Monochromatic Colors of #9FC6EE
Black with #9FC6EE
Text Example
Text Example
White with #9FC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC6EE; }
p { color: rgb(159,198,238); }
H1.HeaderClassName
{
color: #9FC6EE;
}
.AnyTagClassName
{
color: #9FC6EE;
}
</style>
background-color css
<style>
a { background-color: #9FC6EE; }
a { background-color: rgb(159,198,238); }
div.DivClassName
{
background-color: #9FC6EE;
}
.BgClassName
{
background-color: #9FC6EE;
}
</style>
border-color css
<style>
span { border-color: #9FC6EE; }
span { border-color: rgb(159,198,238); }
td.TdClassName
{
border-color: #9FC6EE;
}
.TagClassName
{
border-color: #9FC6EE;
}
</style>