Shades of French Pass #9FD3DF
Tints of French Pass #9FD3DF
RGB
CMYK
RGB Variations
Color information
#9FD3DF (or 0x9FD3DF) is known color: French Pass. HEX triplet: 9F, D3 and DF. RGB value is (159,211,223). Sum of RGB (Red+Green+Blue) = 159+211+223=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FD3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD3DF is #602C20. Grayscale: #C4C4C4. Windows color (decimal): -6302753 or 14668703. OLE color: 14668703.
HSL color Cylindrical-coordinate representation of color #9FD3DF: hue angle of 191.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FD3DF is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 211 | 223 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.13 |
| HSL | 191.25º | 0.5% | 0.75% | - |
| HSV(B) | 191.25º | 0.29% | 0.87% | - |
| XYZ | 50.91 | 59.29 | 78.57 | - |
| YUV | 196.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 223 | 0.29 | 0.05 | 0 | 0.13 | 191.25 | 0.5 | 0.75 |
| Hex | 9F | D3 | DF | 1D | 5 | 0 | D | BF | 32 | 4B |
| Octal | 237 | 323 | 337 | 35 | 5 | 0 | 15 | 277 | 62 | 113 |
| Binary | 10011111 | 11010011 | 11011111 | 11101 | 101 | 0 | 1101 | 10111111 | 110010 | 1001011 |
Color Harmonies of #9FD3DF
Complementary color
Monochromatic Colors of #9FD3DF
Black with #9FD3DF
Text Example
Text Example
White with #9FD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3DF; }
p { color: rgb(159,211,223); }
H1.HeaderClassName
{
color: #9FD3DF;
}
.AnyTagClassName
{
color: #9FD3DF;
}
</style>
background-color css
<style>
a { background-color: #9FD3DF; }
a { background-color: rgb(159,211,223); }
div.DivClassName
{
background-color: #9FD3DF;
}
.BgClassName
{
background-color: #9FD3DF;
}
</style>
border-color css
<style>
span { border-color: #9FD3DF; }
span { border-color: rgb(159,211,223); }
td.TdClassName
{
border-color: #9FD3DF;
}
.TagClassName
{
border-color: #9FD3DF;
}
</style>