Shades of Sail #9FC7ED
Tints of Sail #9FC7ED
RGB
CMYK
RGB Variations
Color information
#9FC7ED (or 0x9FC7ED) is known color: Sail. HEX triplet: 9F, C7 and ED. RGB value is (159,199,237). Sum of RGB (Red+Green+Blue) = 159+199+237=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FC7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC7ED is #603812. Grayscale: #BFBFBF. Windows color (decimal): -6305811 or 15583135. OLE color: 15583135.
HSL color Cylindrical-coordinate representation of color #9FC7ED: hue angle of 209.23º 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 #9FC7ED is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 199 | 237 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.07 |
| HSL | 209.23º | 0.68% | 0.78% | - |
| HSV(B) | 209.23º | 0.33% | 0.93% | - |
| XYZ | 50.01 | 54.33 | 87.97 | - |
| YUV | 191.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 237 | 0.33 | 0.16 | 0 | 0.07 | 209.23 | 0.68 | 0.78 |
| Hex | 9F | C7 | ED | 21 | 10 | 0 | 7 | D1 | 44 | 4E |
| Octal | 237 | 307 | 355 | 41 | 20 | 0 | 7 | 321 | 104 | 116 |
| Binary | 10011111 | 11000111 | 11101101 | 100001 | 10000 | 0 | 111 | 11010001 | 1000100 | 1001110 |
Color Harmonies of #9FC7ED
Complementary color
Monochromatic Colors of #9FC7ED
Black with #9FC7ED
Text Example
Text Example
White with #9FC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC7ED; }
p { color: rgb(159,199,237); }
H1.HeaderClassName
{
color: #9FC7ED;
}
.AnyTagClassName
{
color: #9FC7ED;
}
</style>
background-color css
<style>
a { background-color: #9FC7ED; }
a { background-color: rgb(159,199,237); }
div.DivClassName
{
background-color: #9FC7ED;
}
.BgClassName
{
background-color: #9FC7ED;
}
</style>
border-color css
<style>
span { border-color: #9FC7ED; }
span { border-color: rgb(159,199,237); }
td.TdClassName
{
border-color: #9FC7ED;
}
.TagClassName
{
border-color: #9FC7ED;
}
</style>