Shades of Sail #9FCEED
Tints of Sail #9FCEED
RGB
CMYK
RGB Variations
Color information
#9FCEED (or 0x9FCEED) is known color: Sail. HEX triplet: 9F, CE and ED. RGB value is (159,206,237). Sum of RGB (Red+Green+Blue) = 159+206+237=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEED is #603112. Grayscale: #C3C3C3. Windows color (decimal): -6304019 or 15584927. OLE color: 15584927.
HSL color Cylindrical-coordinate representation of color #9FCEED: hue angle of 203.85º 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 #9FCEED is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 206 | 237 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.07 |
| HSL | 203.85º | 0.68% | 0.78% | - |
| HSV(B) | 203.85º | 0.33% | 0.93% | - |
| XYZ | 51.66 | 57.63 | 88.52 | - |
| YUV | 195.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 237 | 0.33 | 0.13 | 0 | 0.07 | 203.85 | 0.68 | 0.78 |
| Hex | 9F | CE | ED | 21 | D | 0 | 7 | CC | 44 | 4E |
| Octal | 237 | 316 | 355 | 41 | 15 | 0 | 7 | 314 | 104 | 116 |
| Binary | 10011111 | 11001110 | 11101101 | 100001 | 1101 | 0 | 111 | 11001100 | 1000100 | 1001110 |
Color Harmonies of #9FCEED
Complementary color
Monochromatic Colors of #9FCEED
Black with #9FCEED
Text Example
Text Example
White with #9FCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEED; }
p { color: rgb(159,206,237); }
H1.HeaderClassName
{
color: #9FCEED;
}
.AnyTagClassName
{
color: #9FCEED;
}
</style>
background-color css
<style>
a { background-color: #9FCEED; }
a { background-color: rgb(159,206,237); }
div.DivClassName
{
background-color: #9FCEED;
}
.BgClassName
{
background-color: #9FCEED;
}
</style>
border-color css
<style>
span { border-color: #9FCEED; }
span { border-color: rgb(159,206,237); }
td.TdClassName
{
border-color: #9FCEED;
}
.TagClassName
{
border-color: #9FCEED;
}
</style>