Shades of Sail #9FCFEA
Tints of Sail #9FCFEA
RGB
CMYK
RGB Variations
Color information
#9FCFEA (or 0x9FCFEA) is known color: Sail. HEX triplet: 9F, CF and EA. RGB value is (159,207,234). Sum of RGB (Red+Green+Blue) = 159+207+234=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFEA is #603015. Grayscale: #C3C3C3. Windows color (decimal): -6303766 or 15388575. OLE color: 15388575.
HSL color Cylindrical-coordinate representation of color #9FCFEA: hue angle of 201.6º 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 #9FCFEA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 207 | 234 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.08 |
| HSL | 201.6º | 0.64% | 0.77% | - |
| HSV(B) | 201.6º | 0.32% | 0.92% | - |
| XYZ | 51.46 | 57.94 | 86.31 | - |
| YUV | 195.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 234 | 0.32 | 0.12 | 0 | 0.08 | 201.6 | 0.64 | 0.77 |
| Hex | 9F | CF | EA | 20 | C | 0 | 8 | CA | 40 | 4D |
| Octal | 237 | 317 | 352 | 40 | 14 | 0 | 10 | 312 | 100 | 115 |
| Binary | 10011111 | 11001111 | 11101010 | 100000 | 1100 | 0 | 1000 | 11001010 | 1000000 | 1001101 |
Color Harmonies of #9FCFEA
Complementary color
Monochromatic Colors of #9FCFEA
Black with #9FCFEA
Text Example
Text Example
White with #9FCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFEA; }
p { color: rgb(159,207,234); }
H1.HeaderClassName
{
color: #9FCFEA;
}
.AnyTagClassName
{
color: #9FCFEA;
}
</style>
background-color css
<style>
a { background-color: #9FCFEA; }
a { background-color: rgb(159,207,234); }
div.DivClassName
{
background-color: #9FCFEA;
}
.BgClassName
{
background-color: #9FCFEA;
}
</style>
border-color css
<style>
span { border-color: #9FCFEA; }
span { border-color: rgb(159,207,234); }
td.TdClassName
{
border-color: #9FCFEA;
}
.TagClassName
{
border-color: #9FCFEA;
}
</style>