Shades of Sail #9FC9E8
Tints of Sail #9FC9E8
RGB
CMYK
RGB Variations
Color information
#9FC9E8 (or 0x9FC9E8) is known color: Sail. HEX triplet: 9F, C9 and E8. RGB value is (159,201,232). Sum of RGB (Red+Green+Blue) = 159+201+232=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FC9E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC9E8 is #603617. Grayscale: #BFBFBF. Windows color (decimal): -6305304 or 15255967. OLE color: 15255967.
HSL color Cylindrical-coordinate representation of color #9FC9E8: hue angle of 205.48º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FC9E8 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 201 | 232 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.09 |
| HSL | 205.48º | 0.61% | 0.77% | - |
| HSV(B) | 205.48º | 0.31% | 0.91% | - |
| XYZ | 49.75 | 54.97 | 84.33 | - |
| YUV | 191.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 232 | 0.31 | 0.13 | 0 | 0.09 | 205.48 | 0.61 | 0.77 |
| Hex | 9F | C9 | E8 | 1F | D | 0 | 9 | CD | 3D | 4D |
| Octal | 237 | 311 | 350 | 37 | 15 | 0 | 11 | 315 | 75 | 115 |
| Binary | 10011111 | 11001001 | 11101000 | 11111 | 1101 | 0 | 1001 | 11001101 | 111101 | 1001101 |
Color Harmonies of #9FC9E8
Complementary color
Monochromatic Colors of #9FC9E8
Black with #9FC9E8
Text Example
Text Example
White with #9FC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC9E8; }
p { color: rgb(159,201,232); }
H1.HeaderClassName
{
color: #9FC9E8;
}
.AnyTagClassName
{
color: #9FC9E8;
}
</style>
background-color css
<style>
a { background-color: #9FC9E8; }
a { background-color: rgb(159,201,232); }
div.DivClassName
{
background-color: #9FC9E8;
}
.BgClassName
{
background-color: #9FC9E8;
}
</style>
border-color css
<style>
span { border-color: #9FC9E8; }
span { border-color: rgb(159,201,232); }
td.TdClassName
{
border-color: #9FC9E8;
}
.TagClassName
{
border-color: #9FC9E8;
}
</style>