Shades of Sail #9FD2F5
Tints of Sail #9FD2F5
RGB
CMYK
RGB Variations
Color information
#9FD2F5 (or 0x9FD2F5) is known color: Sail. HEX triplet: 9F, D2 and F5. RGB value is (159,210,245). Sum of RGB (Red+Green+Blue) = 159+210+245=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #9FD2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2F5 is #602D0A. Grayscale: #C6C6C6. Windows color (decimal): -6302987 or 16110239. OLE color: 16110239.
HSL color Cylindrical-coordinate representation of color #9FD2F5: hue angle of 204.42º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FD2F5 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 210 | 245 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.04 |
| HSL | 204.42º | 0.81% | 0.79% | - |
| HSV(B) | 204.42º | 0.35% | 0.96% | - |
| XYZ | 53.83 | 60.06 | 95.14 | - |
| YUV | 198.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 245 | 0.35 | 0.14 | 0 | 0.04 | 204.42 | 0.81 | 0.79 |
| Hex | 9F | D2 | F5 | 23 | E | 0 | 4 | CC | 51 | 4F |
| Octal | 237 | 322 | 365 | 43 | 16 | 0 | 4 | 314 | 121 | 117 |
| Binary | 10011111 | 11010010 | 11110101 | 100011 | 1110 | 0 | 100 | 11001100 | 1010001 | 1001111 |
Color Harmonies of #9FD2F5
Complementary color
Monochromatic Colors of #9FD2F5
Black with #9FD2F5
Text Example
Text Example
White with #9FD2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2F5; }
p { color: rgb(159,210,245); }
H1.HeaderClassName
{
color: #9FD2F5;
}
.AnyTagClassName
{
color: #9FD2F5;
}
</style>
background-color css
<style>
a { background-color: #9FD2F5; }
a { background-color: rgb(159,210,245); }
div.DivClassName
{
background-color: #9FD2F5;
}
.BgClassName
{
background-color: #9FD2F5;
}
</style>
border-color css
<style>
span { border-color: #9FD2F5; }
span { border-color: rgb(159,210,245); }
td.TdClassName
{
border-color: #9FD2F5;
}
.TagClassName
{
border-color: #9FD2F5;
}
</style>