Shades of Sail #9FD0EF
Tints of Sail #9FD0EF
RGB
CMYK
RGB Variations
Color information
#9FD0EF (or 0x9FD0EF) is known color: Sail. HEX triplet: 9F, D0 and EF. RGB value is (159,208,239). Sum of RGB (Red+Green+Blue) = 159+208+239=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FD0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0EF is #602F10. Grayscale: #C4C4C4. Windows color (decimal): -6303505 or 15716511. OLE color: 15716511.
HSL color Cylindrical-coordinate representation of color #9FD0EF: hue angle of 203.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD0EF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 208 | 239 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.06 |
| HSL | 203.25º | 0.71% | 0.78% | - |
| HSV(B) | 203.25º | 0.33% | 0.94% | - |
| XYZ | 52.43 | 58.71 | 90.23 | - |
| YUV | 196.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 239 | 0.33 | 0.13 | 0 | 0.06 | 203.25 | 0.71 | 0.78 |
| Hex | 9F | D0 | EF | 21 | D | 0 | 6 | CB | 47 | 4E |
| Octal | 237 | 320 | 357 | 41 | 15 | 0 | 6 | 313 | 107 | 116 |
| Binary | 10011111 | 11010000 | 11101111 | 100001 | 1101 | 0 | 110 | 11001011 | 1000111 | 1001110 |
Color Harmonies of #9FD0EF
Complementary color
Monochromatic Colors of #9FD0EF
Black with #9FD0EF
Text Example
Text Example
White with #9FD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0EF; }
p { color: rgb(159,208,239); }
H1.HeaderClassName
{
color: #9FD0EF;
}
.AnyTagClassName
{
color: #9FD0EF;
}
</style>
background-color css
<style>
a { background-color: #9FD0EF; }
a { background-color: rgb(159,208,239); }
div.DivClassName
{
background-color: #9FD0EF;
}
.BgClassName
{
background-color: #9FD0EF;
}
</style>
border-color css
<style>
span { border-color: #9FD0EF; }
span { border-color: rgb(159,208,239); }
td.TdClassName
{
border-color: #9FD0EF;
}
.TagClassName
{
border-color: #9FD0EF;
}
</style>