Shades of Sail #9FC9ED
Tints of Sail #9FC9ED
RGB
CMYK
RGB Variations
Color information
#9FC9ED (or 0x9FC9ED) is known color: Sail. HEX triplet: 9F, C9 and ED. RGB value is (159,201,237). Sum of RGB (Red+Green+Blue) = 159+201+237=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FC9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC9ED is #603612. Grayscale: #C0C0C0. Windows color (decimal): -6305299 or 15583647. OLE color: 15583647.
HSL color Cylindrical-coordinate representation of color #9FC9ED: hue angle of 207.69º 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 #9FC9ED is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 201 | 237 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.07 |
| HSL | 207.69º | 0.68% | 0.78% | - |
| HSV(B) | 207.69º | 0.33% | 0.93% | - |
| XYZ | 50.47 | 55.26 | 88.13 | - |
| YUV | 192.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 237 | 0.33 | 0.15 | 0 | 0.07 | 207.69 | 0.68 | 0.78 |
| Hex | 9F | C9 | ED | 21 | F | 0 | 7 | D0 | 44 | 4E |
| Octal | 237 | 311 | 355 | 41 | 17 | 0 | 7 | 320 | 104 | 116 |
| Binary | 10011111 | 11001001 | 11101101 | 100001 | 1111 | 0 | 111 | 11010000 | 1000100 | 1001110 |
Color Harmonies of #9FC9ED
Complementary color
Monochromatic Colors of #9FC9ED
Black with #9FC9ED
Text Example
Text Example
White with #9FC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC9ED; }
p { color: rgb(159,201,237); }
H1.HeaderClassName
{
color: #9FC9ED;
}
.AnyTagClassName
{
color: #9FC9ED;
}
</style>
background-color css
<style>
a { background-color: #9FC9ED; }
a { background-color: rgb(159,201,237); }
div.DivClassName
{
background-color: #9FC9ED;
}
.BgClassName
{
background-color: #9FC9ED;
}
</style>
border-color css
<style>
span { border-color: #9FC9ED; }
span { border-color: rgb(159,201,237); }
td.TdClassName
{
border-color: #9FC9ED;
}
.TagClassName
{
border-color: #9FC9ED;
}
</style>