Shades of French Pass #9FD0DF
Tints of French Pass #9FD0DF
RGB
CMYK
RGB Variations
Color information
#9FD0DF (or 0x9FD0DF) is known color: French Pass. HEX triplet: 9F, D0 and DF. RGB value is (159,208,223). Sum of RGB (Red+Green+Blue) = 159+208+223=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0DF is #602F20. Grayscale: #C2C2C2. Windows color (decimal): -6303521 or 14667935. OLE color: 14667935.
HSL color Cylindrical-coordinate representation of color #9FD0DF: hue angle of 194.06º 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 #9FD0DF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 208 | 223 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.13 |
| HSL | 194.06º | 0.5% | 0.75% | - |
| HSV(B) | 194.06º | 0.29% | 0.87% | - |
| XYZ | 50.17 | 57.81 | 78.33 | - |
| YUV | 195.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 223 | 0.29 | 0.07 | 0 | 0.13 | 194.06 | 0.5 | 0.75 |
| Hex | 9F | D0 | DF | 1D | 7 | 0 | D | C2 | 32 | 4B |
| Octal | 237 | 320 | 337 | 35 | 7 | 0 | 15 | 302 | 62 | 113 |
| Binary | 10011111 | 11010000 | 11011111 | 11101 | 111 | 0 | 1101 | 11000010 | 110010 | 1001011 |
Color Harmonies of #9FD0DF
Complementary color
Monochromatic Colors of #9FD0DF
Black with #9FD0DF
Text Example
Text Example
White with #9FD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0DF; }
p { color: rgb(159,208,223); }
H1.HeaderClassName
{
color: #9FD0DF;
}
.AnyTagClassName
{
color: #9FD0DF;
}
</style>
background-color css
<style>
a { background-color: #9FD0DF; }
a { background-color: rgb(159,208,223); }
div.DivClassName
{
background-color: #9FD0DF;
}
.BgClassName
{
background-color: #9FD0DF;
}
</style>
border-color css
<style>
span { border-color: #9FD0DF; }
span { border-color: rgb(159,208,223); }
td.TdClassName
{
border-color: #9FD0DF;
}
.TagClassName
{
border-color: #9FD0DF;
}
</style>