Shades of Sail #9FCEEF
Tints of Sail #9FCEEF
RGB
CMYK
RGB Variations
Color information
#9FCEEF (or 0x9FCEEF) is known color: Sail. HEX triplet: 9F, CE and EF. RGB value is (159,206,239). Sum of RGB (Red+Green+Blue) = 159+206+239=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEEF is #603110. Grayscale: #C3C3C3. Windows color (decimal): -6304017 or 15715999. OLE color: 15715999.
HSL color Cylindrical-coordinate representation of color #9FCEEF: hue angle of 204.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCEEF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 206 | 239 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.06 |
| HSL | 204.75º | 0.71% | 0.78% | - |
| HSV(B) | 204.75º | 0.33% | 0.94% | - |
| XYZ | 51.95 | 57.75 | 90.07 | - |
| YUV | 195.71 | 152.43 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 239 | 0.33 | 0.14 | 0 | 0.06 | 204.75 | 0.71 | 0.78 |
| Hex | 9F | CE | EF | 21 | E | 0 | 6 | CD | 47 | 4E |
| Octal | 237 | 316 | 357 | 41 | 16 | 0 | 6 | 315 | 107 | 116 |
| Binary | 10011111 | 11001110 | 11101111 | 100001 | 1110 | 0 | 110 | 11001101 | 1000111 | 1001110 |
Color Harmonies of #9FCEEF
Complementary color
Monochromatic Colors of #9FCEEF
Black with #9FCEEF
Text Example
Text Example
White with #9FCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEEF; }
p { color: rgb(159,206,239); }
H1.HeaderClassName
{
color: #9FCEEF;
}
.AnyTagClassName
{
color: #9FCEEF;
}
</style>
background-color css
<style>
a { background-color: #9FCEEF; }
a { background-color: rgb(159,206,239); }
div.DivClassName
{
background-color: #9FCEEF;
}
.BgClassName
{
background-color: #9FCEEF;
}
</style>
border-color css
<style>
span { border-color: #9FCEEF; }
span { border-color: rgb(159,206,239); }
td.TdClassName
{
border-color: #9FCEEF;
}
.TagClassName
{
border-color: #9FCEEF;
}
</style>