Shades of Sail #9FCBEE
Tints of Sail #9FCBEE
RGB
CMYK
RGB Variations
Color information
#9FCBEE (or 0x9FCBEE) is known color: Sail. HEX triplet: 9F, CB and EE. RGB value is (159,203,238). Sum of RGB (Red+Green+Blue) = 159+203+238=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBEE is #603411. Grayscale: #C1C1C1. Windows color (decimal): -6304786 or 15649695. OLE color: 15649695.
HSL color Cylindrical-coordinate representation of color #9FCBEE: hue angle of 206.58º degrees, saturation: 0.7, 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 #9FCBEE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 203 | 238 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.07 |
| HSL | 206.58º | 0.7% | 0.78% | - |
| HSV(B) | 206.58º | 0.33% | 0.93% | - |
| XYZ | 51.09 | 56.26 | 89.05 | - |
| YUV | 193.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 238 | 0.33 | 0.15 | 0 | 0.07 | 206.58 | 0.7 | 0.78 |
| Hex | 9F | CB | EE | 21 | F | 0 | 7 | CF | 46 | 4E |
| Octal | 237 | 313 | 356 | 41 | 17 | 0 | 7 | 317 | 106 | 116 |
| Binary | 10011111 | 11001011 | 11101110 | 100001 | 1111 | 0 | 111 | 11001111 | 1000110 | 1001110 |
Color Harmonies of #9FCBEE
Complementary color
Monochromatic Colors of #9FCBEE
Black with #9FCBEE
Text Example
Text Example
White with #9FCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBEE; }
p { color: rgb(159,203,238); }
H1.HeaderClassName
{
color: #9FCBEE;
}
.AnyTagClassName
{
color: #9FCBEE;
}
</style>
background-color css
<style>
a { background-color: #9FCBEE; }
a { background-color: rgb(159,203,238); }
div.DivClassName
{
background-color: #9FCBEE;
}
.BgClassName
{
background-color: #9FCBEE;
}
</style>
border-color css
<style>
span { border-color: #9FCBEE; }
span { border-color: rgb(159,203,238); }
td.TdClassName
{
border-color: #9FCBEE;
}
.TagClassName
{
border-color: #9FCBEE;
}
</style>