Shades of Sail #9FD1EF
Tints of Sail #9FD1EF
RGB
CMYK
RGB Variations
Color information
#9FD1EF (or 0x9FD1EF) is known color: Sail. HEX triplet: 9F, D1 and EF. RGB value is (159,209,239). Sum of RGB (Red+Green+Blue) = 159+209+239=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD1EF is #602E10. Grayscale: #C5C5C5. Windows color (decimal): -6303249 or 15716767. OLE color: 15716767.
HSL color Cylindrical-coordinate representation of color #9FD1EF: hue angle of 202.5º 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 #9FD1EF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 209 | 239 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.06 |
| HSL | 202.5º | 0.71% | 0.78% | - |
| HSV(B) | 202.5º | 0.33% | 0.94% | - |
| XYZ | 52.68 | 59.2 | 90.31 | - |
| YUV | 197.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 209 | 239 | 0.33 | 0.13 | 0 | 0.06 | 202.5 | 0.71 | 0.78 |
| Hex | 9F | D1 | EF | 21 | D | 0 | 6 | CA | 47 | 4E |
| Octal | 237 | 321 | 357 | 41 | 15 | 0 | 6 | 312 | 107 | 116 |
| Binary | 10011111 | 11010001 | 11101111 | 100001 | 1101 | 0 | 110 | 11001010 | 1000111 | 1001110 |
Color Harmonies of #9FD1EF
Complementary color
Monochromatic Colors of #9FD1EF
Black with #9FD1EF
Text Example
Text Example
White with #9FD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD1EF; }
p { color: rgb(159,209,239); }
H1.HeaderClassName
{
color: #9FD1EF;
}
.AnyTagClassName
{
color: #9FD1EF;
}
</style>
background-color css
<style>
a { background-color: #9FD1EF; }
a { background-color: rgb(159,209,239); }
div.DivClassName
{
background-color: #9FD1EF;
}
.BgClassName
{
background-color: #9FD1EF;
}
</style>
border-color css
<style>
span { border-color: #9FD1EF; }
span { border-color: rgb(159,209,239); }
td.TdClassName
{
border-color: #9FD1EF;
}
.TagClassName
{
border-color: #9FD1EF;
}
</style>