Shades of Sail #9FD0EC
Tints of Sail #9FD0EC
RGB
CMYK
RGB Variations
Color information
#9FD0EC (or 0x9FD0EC) is known color: Sail. HEX triplet: 9F, D0 and EC. RGB value is (159,208,236). Sum of RGB (Red+Green+Blue) = 159+208+236=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0EC is #602F13. Grayscale: #C4C4C4. Windows color (decimal): -6303508 or 15519903. OLE color: 15519903.
HSL color Cylindrical-coordinate representation of color #9FD0EC: hue angle of 201.82º 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 #9FD0EC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 208 | 236 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.07 |
| HSL | 201.82º | 0.67% | 0.77% | - |
| HSV(B) | 201.82º | 0.33% | 0.93% | - |
| XYZ | 51.99 | 58.54 | 87.92 | - |
| YUV | 196.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 236 | 0.33 | 0.12 | 0 | 0.07 | 201.82 | 0.67 | 0.77 |
| Hex | 9F | D0 | EC | 21 | C | 0 | 7 | CA | 43 | 4D |
| Octal | 237 | 320 | 354 | 41 | 14 | 0 | 7 | 312 | 103 | 115 |
| Binary | 10011111 | 11010000 | 11101100 | 100001 | 1100 | 0 | 111 | 11001010 | 1000011 | 1001101 |
Color Harmonies of #9FD0EC
Complementary color
Monochromatic Colors of #9FD0EC
Black with #9FD0EC
Text Example
Text Example
White with #9FD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0EC; }
p { color: rgb(159,208,236); }
H1.HeaderClassName
{
color: #9FD0EC;
}
.AnyTagClassName
{
color: #9FD0EC;
}
</style>
background-color css
<style>
a { background-color: #9FD0EC; }
a { background-color: rgb(159,208,236); }
div.DivClassName
{
background-color: #9FD0EC;
}
.BgClassName
{
background-color: #9FD0EC;
}
</style>
border-color css
<style>
span { border-color: #9FD0EC; }
span { border-color: rgb(159,208,236); }
td.TdClassName
{
border-color: #9FD0EC;
}
.TagClassName
{
border-color: #9FD0EC;
}
</style>