Shades of Sail #9FCEF2
Tints of Sail #9FCEF2
RGB
CMYK
RGB Variations
Color information
#9FCEF2 (or 0x9FCEF2) is known color: Sail. HEX triplet: 9F, CE and F2. RGB value is (159,206,242). Sum of RGB (Red+Green+Blue) = 159+206+242=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FCEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEF2 is #60310D. Grayscale: #C3C3C3. Windows color (decimal): -6304014 or 15912607. OLE color: 15912607.
HSL color Cylindrical-coordinate representation of color #9FCEF2: hue angle of 206.02º 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 #9FCEF2 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 206 | 242 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.05 |
| HSL | 206.02º | 0.76% | 0.79% | - |
| HSV(B) | 206.02º | 0.34% | 0.95% | - |
| XYZ | 52.4 | 57.92 | 92.42 | - |
| YUV | 196.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 242 | 0.34 | 0.15 | 0 | 0.05 | 206.02 | 0.76 | 0.79 |
| Hex | 9F | CE | F2 | 22 | F | 0 | 5 | CE | 4C | 4F |
| Octal | 237 | 316 | 362 | 42 | 17 | 0 | 5 | 316 | 114 | 117 |
| Binary | 10011111 | 11001110 | 11110010 | 100010 | 1111 | 0 | 101 | 11001110 | 1001100 | 1001111 |
Color Harmonies of #9FCEF2
Complementary color
Monochromatic Colors of #9FCEF2
Black with #9FCEF2
Text Example
Text Example
White with #9FCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEF2; }
p { color: rgb(159,206,242); }
H1.HeaderClassName
{
color: #9FCEF2;
}
.AnyTagClassName
{
color: #9FCEF2;
}
</style>
background-color css
<style>
a { background-color: #9FCEF2; }
a { background-color: rgb(159,206,242); }
div.DivClassName
{
background-color: #9FCEF2;
}
.BgClassName
{
background-color: #9FCEF2;
}
</style>
border-color css
<style>
span { border-color: #9FCEF2; }
span { border-color: rgb(159,206,242); }
td.TdClassName
{
border-color: #9FCEF2;
}
.TagClassName
{
border-color: #9FCEF2;
}
</style>