Shades of Sail #9FCEEC
Tints of Sail #9FCEEC
RGB
CMYK
RGB Variations
Color information
#9FCEEC (or 0x9FCEEC) is known color: Sail. HEX triplet: 9F, CE and EC. RGB value is (159,206,236). Sum of RGB (Red+Green+Blue) = 159+206+236=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEEC is #603113. Grayscale: #C3C3C3. Windows color (decimal): -6304020 or 15519391. OLE color: 15519391.
HSL color Cylindrical-coordinate representation of color #9FCEEC: hue angle of 203.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCEEC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 206 | 236 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.07 |
| HSL | 203.38º | 0.67% | 0.77% | - |
| HSV(B) | 203.38º | 0.33% | 0.93% | - |
| XYZ | 51.51 | 57.57 | 87.75 | - |
| YUV | 195.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 236 | 0.33 | 0.13 | 0 | 0.07 | 203.38 | 0.67 | 0.77 |
| Hex | 9F | CE | EC | 21 | D | 0 | 7 | CB | 43 | 4D |
| Octal | 237 | 316 | 354 | 41 | 15 | 0 | 7 | 313 | 103 | 115 |
| Binary | 10011111 | 11001110 | 11101100 | 100001 | 1101 | 0 | 111 | 11001011 | 1000011 | 1001101 |
Color Harmonies of #9FCEEC
Complementary color
Monochromatic Colors of #9FCEEC
Black with #9FCEEC
Text Example
Text Example
White with #9FCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEEC; }
p { color: rgb(159,206,236); }
H1.HeaderClassName
{
color: #9FCEEC;
}
.AnyTagClassName
{
color: #9FCEEC;
}
</style>
background-color css
<style>
a { background-color: #9FCEEC; }
a { background-color: rgb(159,206,236); }
div.DivClassName
{
background-color: #9FCEEC;
}
.BgClassName
{
background-color: #9FCEEC;
}
</style>
border-color css
<style>
span { border-color: #9FCEEC; }
span { border-color: rgb(159,206,236); }
td.TdClassName
{
border-color: #9FCEEC;
}
.TagClassName
{
border-color: #9FCEEC;
}
</style>