Shades of French Pass #9FD4DF
Tints of French Pass #9FD4DF
RGB
CMYK
RGB Variations
Color information
#9FD4DF (or 0x9FD4DF) is known color: French Pass. HEX triplet: 9F, D4 and DF. RGB value is (159,212,223). Sum of RGB (Red+Green+Blue) = 159+212+223=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD4DF is #602B20. Grayscale: #C5C5C5. Windows color (decimal): -6302497 or 14668959. OLE color: 14668959.
HSL color Cylindrical-coordinate representation of color #9FD4DF: hue angle of 190.31º 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 #9FD4DF is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 212 | 223 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.13 |
| HSL | 190.31º | 0.5% | 0.75% | - |
| HSV(B) | 190.31º | 0.29% | 0.87% | - |
| XYZ | 51.16 | 59.79 | 78.66 | - |
| YUV | 197.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 223 | 0.29 | 0.05 | 0 | 0.13 | 190.31 | 0.5 | 0.75 |
| Hex | 9F | D4 | DF | 1D | 5 | 0 | D | BE | 32 | 4B |
| Octal | 237 | 324 | 337 | 35 | 5 | 0 | 15 | 276 | 62 | 113 |
| Binary | 10011111 | 11010100 | 11011111 | 11101 | 101 | 0 | 1101 | 10111110 | 110010 | 1001011 |
Color Harmonies of #9FD4DF
Complementary color
Monochromatic Colors of #9FD4DF
Black with #9FD4DF
Text Example
Text Example
White with #9FD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD4DF; }
p { color: rgb(159,212,223); }
H1.HeaderClassName
{
color: #9FD4DF;
}
.AnyTagClassName
{
color: #9FD4DF;
}
</style>
background-color css
<style>
a { background-color: #9FD4DF; }
a { background-color: rgb(159,212,223); }
div.DivClassName
{
background-color: #9FD4DF;
}
.BgClassName
{
background-color: #9FD4DF;
}
</style>
border-color css
<style>
span { border-color: #9FD4DF; }
span { border-color: rgb(159,212,223); }
td.TdClassName
{
border-color: #9FD4DF;
}
.TagClassName
{
border-color: #9FD4DF;
}
</style>