Shades of Sail #9FC8ED
Tints of Sail #9FC8ED
RGB
CMYK
RGB Variations
Color information
#9FC8ED (or 0x9FC8ED) is known color: Sail. HEX triplet: 9F, C8 and ED. RGB value is (159,200,237). Sum of RGB (Red+Green+Blue) = 159+200+237=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC8ED is #603712. Grayscale: #BFBFBF. Windows color (decimal): -6305555 or 15583391. OLE color: 15583391.
HSL color Cylindrical-coordinate representation of color #9FC8ED: hue angle of 208.46º 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 #9FC8ED is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 200 | 237 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.07 |
| HSL | 208.46º | 0.68% | 0.78% | - |
| HSV(B) | 208.46º | 0.33% | 0.93% | - |
| XYZ | 50.24 | 54.79 | 88.05 | - |
| YUV | 191.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 237 | 0.33 | 0.16 | 0 | 0.07 | 208.46 | 0.68 | 0.78 |
| Hex | 9F | C8 | ED | 21 | 10 | 0 | 7 | D0 | 44 | 4E |
| Octal | 237 | 310 | 355 | 41 | 20 | 0 | 7 | 320 | 104 | 116 |
| Binary | 10011111 | 11001000 | 11101101 | 100001 | 10000 | 0 | 111 | 11010000 | 1000100 | 1001110 |
Color Harmonies of #9FC8ED
Complementary color
Monochromatic Colors of #9FC8ED
Black with #9FC8ED
Text Example
Text Example
White with #9FC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC8ED; }
p { color: rgb(159,200,237); }
H1.HeaderClassName
{
color: #9FC8ED;
}
.AnyTagClassName
{
color: #9FC8ED;
}
</style>
background-color css
<style>
a { background-color: #9FC8ED; }
a { background-color: rgb(159,200,237); }
div.DivClassName
{
background-color: #9FC8ED;
}
.BgClassName
{
background-color: #9FC8ED;
}
</style>
border-color css
<style>
span { border-color: #9FC8ED; }
span { border-color: rgb(159,200,237); }
td.TdClassName
{
border-color: #9FC8ED;
}
.TagClassName
{
border-color: #9FC8ED;
}
</style>