Shades of Sail #9FC6EA
Tints of Sail #9FC6EA
RGB
CMYK
RGB Variations
Color information
#9FC6EA (or 0x9FC6EA) is known color: Sail. HEX triplet: 9F, C6 and EA. RGB value is (159,198,234). Sum of RGB (Red+Green+Blue) = 159+198+234=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FC6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC6EA is #603915. Grayscale: #BEBEBE. Windows color (decimal): -6306070 or 15386271. OLE color: 15386271.
HSL color Cylindrical-coordinate representation of color #9FC6EA: hue angle of 208.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FC6EA is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 198 | 234 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.08 |
| HSL | 208.8º | 0.64% | 0.77% | - |
| HSV(B) | 208.8º | 0.32% | 0.92% | - |
| XYZ | 49.34 | 53.7 | 85.61 | - |
| YUV | 190.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 234 | 0.32 | 0.15 | 0 | 0.08 | 208.8 | 0.64 | 0.77 |
| Hex | 9F | C6 | EA | 20 | F | 0 | 8 | D1 | 40 | 4D |
| Octal | 237 | 306 | 352 | 40 | 17 | 0 | 10 | 321 | 100 | 115 |
| Binary | 10011111 | 11000110 | 11101010 | 100000 | 1111 | 0 | 1000 | 11010001 | 1000000 | 1001101 |
Color Harmonies of #9FC6EA
Complementary color
Monochromatic Colors of #9FC6EA
Black with #9FC6EA
Text Example
Text Example
White with #9FC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC6EA; }
p { color: rgb(159,198,234); }
H1.HeaderClassName
{
color: #9FC6EA;
}
.AnyTagClassName
{
color: #9FC6EA;
}
</style>
background-color css
<style>
a { background-color: #9FC6EA; }
a { background-color: rgb(159,198,234); }
div.DivClassName
{
background-color: #9FC6EA;
}
.BgClassName
{
background-color: #9FC6EA;
}
</style>
border-color css
<style>
span { border-color: #9FC6EA; }
span { border-color: rgb(159,198,234); }
td.TdClassName
{
border-color: #9FC6EA;
}
.TagClassName
{
border-color: #9FC6EA;
}
</style>