Shades of Sail #9FCFED
Tints of Sail #9FCFED
RGB
CMYK
RGB Variations
Color information
#9FCFED (or 0x9FCFED) is known color: Sail. HEX triplet: 9F, CF and ED. RGB value is (159,207,237). Sum of RGB (Red+Green+Blue) = 159+207+237=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FCFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFED is #603012. Grayscale: #C3C3C3. Windows color (decimal): -6303763 or 15585183. OLE color: 15585183.
HSL color Cylindrical-coordinate representation of color #9FCFED: hue angle of 203.08º degrees, saturation: 0.68, 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 #9FCFED is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 207 | 237 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.07 |
| HSL | 203.08º | 0.68% | 0.78% | - |
| HSV(B) | 203.08º | 0.33% | 0.93% | - |
| XYZ | 51.9 | 58.11 | 88.6 | - |
| YUV | 196.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 237 | 0.33 | 0.13 | 0 | 0.07 | 203.08 | 0.68 | 0.78 |
| Hex | 9F | CF | ED | 21 | D | 0 | 7 | CB | 44 | 4E |
| Octal | 237 | 317 | 355 | 41 | 15 | 0 | 7 | 313 | 104 | 116 |
| Binary | 10011111 | 11001111 | 11101101 | 100001 | 1101 | 0 | 111 | 11001011 | 1000100 | 1001110 |
Color Harmonies of #9FCFED
Complementary color
Monochromatic Colors of #9FCFED
Black with #9FCFED
Text Example
Text Example
White with #9FCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFED; }
p { color: rgb(159,207,237); }
H1.HeaderClassName
{
color: #9FCFED;
}
.AnyTagClassName
{
color: #9FCFED;
}
</style>
background-color css
<style>
a { background-color: #9FCFED; }
a { background-color: rgb(159,207,237); }
div.DivClassName
{
background-color: #9FCFED;
}
.BgClassName
{
background-color: #9FCFED;
}
</style>
border-color css
<style>
span { border-color: #9FCFED; }
span { border-color: rgb(159,207,237); }
td.TdClassName
{
border-color: #9FCFED;
}
.TagClassName
{
border-color: #9FCFED;
}
</style>