Shades of Sail #9FD0ED
Tints of Sail #9FD0ED
RGB
CMYK
RGB Variations
Color information
#9FD0ED (or 0x9FD0ED) is known color: Sail. HEX triplet: 9F, D0 and ED. RGB value is (159,208,237). Sum of RGB (Red+Green+Blue) = 159+208+237=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0ED is #602F12. Grayscale: #C4C4C4. Windows color (decimal): -6303507 or 15585439. OLE color: 15585439.
HSL color Cylindrical-coordinate representation of color #9FD0ED: hue angle of 202.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD0ED is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 208 | 237 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.07 |
| HSL | 202.31º | 0.68% | 0.78% | - |
| HSV(B) | 202.31º | 0.33% | 0.93% | - |
| XYZ | 52.14 | 58.6 | 88.68 | - |
| YUV | 196.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 237 | 0.33 | 0.12 | 0 | 0.07 | 202.31 | 0.68 | 0.78 |
| Hex | 9F | D0 | ED | 21 | C | 0 | 7 | CA | 44 | 4E |
| Octal | 237 | 320 | 355 | 41 | 14 | 0 | 7 | 312 | 104 | 116 |
| Binary | 10011111 | 11010000 | 11101101 | 100001 | 1100 | 0 | 111 | 11001010 | 1000100 | 1001110 |
Color Harmonies of #9FD0ED
Complementary color
Monochromatic Colors of #9FD0ED
Black with #9FD0ED
Text Example
Text Example
White with #9FD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0ED; }
p { color: rgb(159,208,237); }
H1.HeaderClassName
{
color: #9FD0ED;
}
.AnyTagClassName
{
color: #9FD0ED;
}
</style>
background-color css
<style>
a { background-color: #9FD0ED; }
a { background-color: rgb(159,208,237); }
div.DivClassName
{
background-color: #9FD0ED;
}
.BgClassName
{
background-color: #9FD0ED;
}
</style>
border-color css
<style>
span { border-color: #9FD0ED; }
span { border-color: rgb(159,208,237); }
td.TdClassName
{
border-color: #9FD0ED;
}
.TagClassName
{
border-color: #9FD0ED;
}
</style>