Shades of French Pass #9FD5DE
Tints of French Pass #9FD5DE
RGB
CMYK
RGB Variations
Color information
#9FD5DE (or 0x9FD5DE) is known color: French Pass. HEX triplet: 9F, D5 and DE. RGB value is (159,213,222). Sum of RGB (Red+Green+Blue) = 159+213+222=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FD5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD5DE is #602A21. Grayscale: #C5C5C5. Windows color (decimal): -6302242 or 14603679. OLE color: 14603679.
HSL color Cylindrical-coordinate representation of color #9FD5DE: hue angle of 188.57º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FD5DE is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 213 | 222 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.13 |
| HSL | 188.57º | 0.49% | 0.75% | - |
| HSV(B) | 188.57º | 0.28% | 0.87% | - |
| XYZ | 51.28 | 60.23 | 78.03 | - |
| YUV | 197.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 222 | 0.28 | 0.04 | 0 | 0.13 | 188.57 | 0.49 | 0.75 |
| Hex | 9F | D5 | DE | 1C | 4 | 0 | D | BD | 31 | 4B |
| Octal | 237 | 325 | 336 | 34 | 4 | 0 | 15 | 275 | 61 | 113 |
| Binary | 10011111 | 11010101 | 11011110 | 11100 | 100 | 0 | 1101 | 10111101 | 110001 | 1001011 |
Color Harmonies of #9FD5DE
Complementary color
Monochromatic Colors of #9FD5DE
Black with #9FD5DE
Text Example
Text Example
White with #9FD5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD5DE; }
p { color: rgb(159,213,222); }
H1.HeaderClassName
{
color: #9FD5DE;
}
.AnyTagClassName
{
color: #9FD5DE;
}
</style>
background-color css
<style>
a { background-color: #9FD5DE; }
a { background-color: rgb(159,213,222); }
div.DivClassName
{
background-color: #9FD5DE;
}
.BgClassName
{
background-color: #9FD5DE;
}
</style>
border-color css
<style>
span { border-color: #9FD5DE; }
span { border-color: rgb(159,213,222); }
td.TdClassName
{
border-color: #9FD5DE;
}
.TagClassName
{
border-color: #9FD5DE;
}
</style>