Shades of Sail #9FCEF0
Tints of Sail #9FCEF0
RGB
CMYK
RGB Variations
Color information
#9FCEF0 (or 0x9FCEF0) is known color: Sail. HEX triplet: 9F, CE and F0. RGB value is (159,206,240). Sum of RGB (Red+Green+Blue) = 159+206+240=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEF0 is #60310F. Grayscale: #C3C3C3. Windows color (decimal): -6304016 or 15781535. OLE color: 15781535.
HSL color Cylindrical-coordinate representation of color #9FCEF0: hue angle of 205.19º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCEF0 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 206 | 240 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.06 |
| HSL | 205.19º | 0.73% | 0.78% | - |
| HSV(B) | 205.19º | 0.34% | 0.94% | - |
| XYZ | 52.1 | 57.8 | 90.85 | - |
| YUV | 195.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 240 | 0.34 | 0.14 | 0 | 0.06 | 205.19 | 0.73 | 0.78 |
| Hex | 9F | CE | F0 | 22 | E | 0 | 6 | CD | 49 | 4E |
| Octal | 237 | 316 | 360 | 42 | 16 | 0 | 6 | 315 | 111 | 116 |
| Binary | 10011111 | 11001110 | 11110000 | 100010 | 1110 | 0 | 110 | 11001101 | 1001001 | 1001110 |
Color Harmonies of #9FCEF0
Complementary color
Monochromatic Colors of #9FCEF0
Black with #9FCEF0
Text Example
Text Example
White with #9FCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEF0; }
p { color: rgb(159,206,240); }
H1.HeaderClassName
{
color: #9FCEF0;
}
.AnyTagClassName
{
color: #9FCEF0;
}
</style>
background-color css
<style>
a { background-color: #9FCEF0; }
a { background-color: rgb(159,206,240); }
div.DivClassName
{
background-color: #9FCEF0;
}
.BgClassName
{
background-color: #9FCEF0;
}
</style>
border-color css
<style>
span { border-color: #9FCEF0; }
span { border-color: rgb(159,206,240); }
td.TdClassName
{
border-color: #9FCEF0;
}
.TagClassName
{
border-color: #9FCEF0;
}
</style>