Shades of Sail #9FCCF1
Tints of Sail #9FCCF1
RGB
CMYK
RGB Variations
Color information
#9FCCF1 (or 0x9FCCF1) is known color: Sail. HEX triplet: 9F, CC and F1. RGB value is (159,204,241). Sum of RGB (Red+Green+Blue) = 159+204+241=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCF1 is #60330E. Grayscale: #C2C2C2. Windows color (decimal): -6304527 or 15846559. OLE color: 15846559.
HSL color Cylindrical-coordinate representation of color #9FCCF1: hue angle of 207.07º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCCF1 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 204 | 241 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.05 |
| HSL | 207.07º | 0.75% | 0.78% | - |
| HSV(B) | 207.07º | 0.34% | 0.95% | - |
| XYZ | 51.77 | 56.91 | 91.47 | - |
| YUV | 194.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 241 | 0.34 | 0.15 | 0 | 0.05 | 207.07 | 0.75 | 0.78 |
| Hex | 9F | CC | F1 | 22 | F | 0 | 5 | CF | 4B | 4E |
| Octal | 237 | 314 | 361 | 42 | 17 | 0 | 5 | 317 | 113 | 116 |
| Binary | 10011111 | 11001100 | 11110001 | 100010 | 1111 | 0 | 101 | 11001111 | 1001011 | 1001110 |
Color Harmonies of #9FCCF1
Complementary color
Monochromatic Colors of #9FCCF1
Black with #9FCCF1
Text Example
Text Example
White with #9FCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCF1; }
p { color: rgb(159,204,241); }
H1.HeaderClassName
{
color: #9FCCF1;
}
.AnyTagClassName
{
color: #9FCCF1;
}
</style>
background-color css
<style>
a { background-color: #9FCCF1; }
a { background-color: rgb(159,204,241); }
div.DivClassName
{
background-color: #9FCCF1;
}
.BgClassName
{
background-color: #9FCCF1;
}
</style>
border-color css
<style>
span { border-color: #9FCCF1; }
span { border-color: rgb(159,204,241); }
td.TdClassName
{
border-color: #9FCCF1;
}
.TagClassName
{
border-color: #9FCCF1;
}
</style>