Shades of Sail #9FCFF2
Tints of Sail #9FCFF2
RGB
CMYK
RGB Variations
Color information
#9FCFF2 (or 0x9FCFF2) is known color: Sail. HEX triplet: 9F, CF and F2. RGB value is (159,207,242). Sum of RGB (Red+Green+Blue) = 159+207+242=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FCFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFF2 is #60300D. Grayscale: #C4C4C4. Windows color (decimal): -6303758 or 15912863. OLE color: 15912863.
HSL color Cylindrical-coordinate representation of color #9FCFF2: hue angle of 205.3º 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 #9FCFF2 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 207 | 242 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.05 |
| HSL | 205.3º | 0.76% | 0.79% | - |
| HSV(B) | 205.3º | 0.34% | 0.95% | - |
| XYZ | 52.64 | 58.41 | 92.5 | - |
| YUV | 196.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 242 | 0.34 | 0.14 | 0 | 0.05 | 205.3 | 0.76 | 0.79 |
| Hex | 9F | CF | F2 | 22 | E | 0 | 5 | CD | 4C | 4F |
| Octal | 237 | 317 | 362 | 42 | 16 | 0 | 5 | 315 | 114 | 117 |
| Binary | 10011111 | 11001111 | 11110010 | 100010 | 1110 | 0 | 101 | 11001101 | 1001100 | 1001111 |
Color Harmonies of #9FCFF2
Complementary color
Monochromatic Colors of #9FCFF2
Black with #9FCFF2
Text Example
Text Example
White with #9FCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFF2; }
p { color: rgb(159,207,242); }
H1.HeaderClassName
{
color: #9FCFF2;
}
.AnyTagClassName
{
color: #9FCFF2;
}
</style>
background-color css
<style>
a { background-color: #9FCFF2; }
a { background-color: rgb(159,207,242); }
div.DivClassName
{
background-color: #9FCFF2;
}
.BgClassName
{
background-color: #9FCFF2;
}
</style>
border-color css
<style>
span { border-color: #9FCFF2; }
span { border-color: rgb(159,207,242); }
td.TdClassName
{
border-color: #9FCFF2;
}
.TagClassName
{
border-color: #9FCFF2;
}
</style>