Shades of French Pass #9FCDDF
Tints of French Pass #9FCDDF
RGB
CMYK
RGB Variations
Color information
#9FCDDF (or 0x9FCDDF) is known color: French Pass. HEX triplet: 9F, CD and DF. RGB value is (159,205,223). Sum of RGB (Red+Green+Blue) = 159+205+223=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDDF is #603220. Grayscale: #C1C1C1. Windows color (decimal): -6304289 or 14667167. OLE color: 14667167.
HSL color Cylindrical-coordinate representation of color #9FCDDF: hue angle of 196.88º 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 #9FCDDF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 205 | 223 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.13 |
| HSL | 196.88º | 0.5% | 0.75% | - |
| HSV(B) | 196.88º | 0.29% | 0.87% | - |
| XYZ | 49.45 | 56.36 | 78.08 | - |
| YUV | 193.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 223 | 0.29 | 0.08 | 0 | 0.13 | 196.88 | 0.5 | 0.75 |
| Hex | 9F | CD | DF | 1D | 8 | 0 | D | C5 | 32 | 4B |
| Octal | 237 | 315 | 337 | 35 | 10 | 0 | 15 | 305 | 62 | 113 |
| Binary | 10011111 | 11001101 | 11011111 | 11101 | 1000 | 0 | 1101 | 11000101 | 110010 | 1001011 |
Color Harmonies of #9FCDDF
Complementary color
Monochromatic Colors of #9FCDDF
Black with #9FCDDF
Text Example
Text Example
White with #9FCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDDF; }
p { color: rgb(159,205,223); }
H1.HeaderClassName
{
color: #9FCDDF;
}
.AnyTagClassName
{
color: #9FCDDF;
}
</style>
background-color css
<style>
a { background-color: #9FCDDF; }
a { background-color: rgb(159,205,223); }
div.DivClassName
{
background-color: #9FCDDF;
}
.BgClassName
{
background-color: #9FCDDF;
}
</style>
border-color css
<style>
span { border-color: #9FCDDF; }
span { border-color: rgb(159,205,223); }
td.TdClassName
{
border-color: #9FCDDF;
}
.TagClassName
{
border-color: #9FCDDF;
}
</style>