Shades of Sail #9FCEFA
Tints of Sail #9FCEFA
RGB
CMYK
RGB Variations
Color information
#9FCEFA (or 0x9FCEFA) is known color: Sail. HEX triplet: 9F, CE and FA. RGB value is (159,206,250). Sum of RGB (Red+Green+Blue) = 159+206+250=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEFA is #603105. Grayscale: #C4C4C4. Windows color (decimal): -6304006 or 16436895. OLE color: 16436895.
HSL color Cylindrical-coordinate representation of color #9FCEFA: hue angle of 209.01º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCEFA is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 206 | 250 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.02 |
| HSL | 209.01º | 0.9% | 0.8% | - |
| HSV(B) | 209.01º | 0.36% | 0.98% | - |
| XYZ | 53.62 | 58.42 | 98.89 | - |
| YUV | 196.96 | 157.93 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 250 | 0.36 | 0.18 | 0 | 0.02 | 209.01 | 0.9 | 0.8 |
| Hex | 9F | CE | FA | 24 | 12 | 0 | 2 | D1 | 5A | 50 |
| Octal | 237 | 316 | 372 | 44 | 22 | 0 | 2 | 321 | 132 | 120 |
| Binary | 10011111 | 11001110 | 11111010 | 100100 | 10010 | 0 | 10 | 11010001 | 1011010 | 1010000 |
Color Harmonies of #9FCEFA
Complementary color
Monochromatic Colors of #9FCEFA
Black with #9FCEFA
Text Example
Text Example
White with #9FCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEFA; }
p { color: rgb(159,206,250); }
H1.HeaderClassName
{
color: #9FCEFA;
}
.AnyTagClassName
{
color: #9FCEFA;
}
</style>
background-color css
<style>
a { background-color: #9FCEFA; }
a { background-color: rgb(159,206,250); }
div.DivClassName
{
background-color: #9FCEFA;
}
.BgClassName
{
background-color: #9FCEFA;
}
</style>
border-color css
<style>
span { border-color: #9FCEFA; }
span { border-color: rgb(159,206,250); }
td.TdClassName
{
border-color: #9FCEFA;
}
.TagClassName
{
border-color: #9FCEFA;
}
</style>