Shades of Sail #9FCCEC
Tints of Sail #9FCCEC
RGB
CMYK
RGB Variations
Color information
#9FCCEC (or 0x9FCCEC) is known color: Sail. HEX triplet: 9F, CC and EC. RGB value is (159,204,236). Sum of RGB (Red+Green+Blue) = 159+204+236=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FCCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCEC is #603313. Grayscale: #C2C2C2. Windows color (decimal): -6304532 or 15518879. OLE color: 15518879.
HSL color Cylindrical-coordinate representation of color #9FCCEC: hue angle of 204.94º 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 #9FCCEC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 204 | 236 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.07 |
| HSL | 204.94º | 0.67% | 0.77% | - |
| HSV(B) | 204.94º | 0.33% | 0.93% | - |
| XYZ | 51.03 | 56.61 | 87.59 | - |
| YUV | 194.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 236 | 0.33 | 0.14 | 0 | 0.07 | 204.94 | 0.67 | 0.77 |
| Hex | 9F | CC | EC | 21 | E | 0 | 7 | CD | 43 | 4D |
| Octal | 237 | 314 | 354 | 41 | 16 | 0 | 7 | 315 | 103 | 115 |
| Binary | 10011111 | 11001100 | 11101100 | 100001 | 1110 | 0 | 111 | 11001101 | 1000011 | 1001101 |
Color Harmonies of #9FCCEC
Complementary color
Monochromatic Colors of #9FCCEC
Black with #9FCCEC
Text Example
Text Example
White with #9FCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCEC; }
p { color: rgb(159,204,236); }
H1.HeaderClassName
{
color: #9FCCEC;
}
.AnyTagClassName
{
color: #9FCCEC;
}
</style>
background-color css
<style>
a { background-color: #9FCCEC; }
a { background-color: rgb(159,204,236); }
div.DivClassName
{
background-color: #9FCCEC;
}
.BgClassName
{
background-color: #9FCCEC;
}
</style>
border-color css
<style>
span { border-color: #9FCCEC; }
span { border-color: rgb(159,204,236); }
td.TdClassName
{
border-color: #9FCCEC;
}
.TagClassName
{
border-color: #9FCCEC;
}
</style>