Shades of Sail #9FCCF2
Tints of Sail #9FCCF2
RGB
CMYK
RGB Variations
Color information
#9FCCF2 (or 0x9FCCF2) is known color: Sail. HEX triplet: 9F, CC and F2. RGB value is (159,204,242). Sum of RGB (Red+Green+Blue) = 159+204+242=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FCCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCF2 is #60330D. Grayscale: #C2C2C2. Windows color (decimal): -6304526 or 15912095. OLE color: 15912095.
HSL color Cylindrical-coordinate representation of color #9FCCF2: hue angle of 207.47º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCCF2 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 204 | 242 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.05 |
| HSL | 207.47º | 0.76% | 0.79% | - |
| HSV(B) | 207.47º | 0.34% | 0.95% | - |
| XYZ | 51.92 | 56.97 | 92.26 | - |
| YUV | 194.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 242 | 0.34 | 0.16 | 0 | 0.05 | 207.47 | 0.76 | 0.79 |
| Hex | 9F | CC | F2 | 22 | 10 | 0 | 5 | CF | 4C | 4F |
| Octal | 237 | 314 | 362 | 42 | 20 | 0 | 5 | 317 | 114 | 117 |
| Binary | 10011111 | 11001100 | 11110010 | 100010 | 10000 | 0 | 101 | 11001111 | 1001100 | 1001111 |
Color Harmonies of #9FCCF2
Complementary color
Monochromatic Colors of #9FCCF2
Black with #9FCCF2
Text Example
Text Example
White with #9FCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCF2; }
p { color: rgb(159,204,242); }
H1.HeaderClassName
{
color: #9FCCF2;
}
.AnyTagClassName
{
color: #9FCCF2;
}
</style>
background-color css
<style>
a { background-color: #9FCCF2; }
a { background-color: rgb(159,204,242); }
div.DivClassName
{
background-color: #9FCCF2;
}
.BgClassName
{
background-color: #9FCCF2;
}
</style>
border-color css
<style>
span { border-color: #9FCCF2; }
span { border-color: rgb(159,204,242); }
td.TdClassName
{
border-color: #9FCCF2;
}
.TagClassName
{
border-color: #9FCCF2;
}
</style>