Shades of Sail #9FD3EC
Tints of Sail #9FD3EC
RGB
CMYK
RGB Variations
Color information
#9FD3EC (or 0x9FD3EC) is known color: Sail. HEX triplet: 9F, D3 and EC. RGB value is (159,211,236). Sum of RGB (Red+Green+Blue) = 159+211+236=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD3EC is #602C13. Grayscale: #C6C6C6. Windows color (decimal): -6302740 or 15520671. OLE color: 15520671.
HSL color Cylindrical-coordinate representation of color #9FD3EC: hue angle of 199.48º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD3EC is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 211 | 236 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.07 |
| HSL | 199.48º | 0.67% | 0.77% | - |
| HSV(B) | 199.48º | 0.33% | 0.93% | - |
| XYZ | 52.73 | 60.02 | 88.16 | - |
| YUV | 198.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 236 | 0.33 | 0.11 | 0 | 0.07 | 199.48 | 0.67 | 0.77 |
| Hex | 9F | D3 | EC | 21 | B | 0 | 7 | C7 | 43 | 4D |
| Octal | 237 | 323 | 354 | 41 | 13 | 0 | 7 | 307 | 103 | 115 |
| Binary | 10011111 | 11010011 | 11101100 | 100001 | 1011 | 0 | 111 | 11000111 | 1000011 | 1001101 |
Color Harmonies of #9FD3EC
Complementary color
Monochromatic Colors of #9FD3EC
Black with #9FD3EC
Text Example
Text Example
White with #9FD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3EC; }
p { color: rgb(159,211,236); }
H1.HeaderClassName
{
color: #9FD3EC;
}
.AnyTagClassName
{
color: #9FD3EC;
}
</style>
background-color css
<style>
a { background-color: #9FD3EC; }
a { background-color: rgb(159,211,236); }
div.DivClassName
{
background-color: #9FD3EC;
}
.BgClassName
{
background-color: #9FD3EC;
}
</style>
border-color css
<style>
span { border-color: #9FD3EC; }
span { border-color: rgb(159,211,236); }
td.TdClassName
{
border-color: #9FD3EC;
}
.TagClassName
{
border-color: #9FD3EC;
}
</style>