Shades of French Pass #9FCFE6
Tints of French Pass #9FCFE6
RGB
CMYK
RGB Variations
Color information
#9FCFE6 (or 0x9FCFE6) is known color: French Pass. HEX triplet: 9F, CF and E6. RGB value is (159,207,230). Sum of RGB (Red+Green+Blue) = 159+207+230=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FCFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFE6 is #603019. Grayscale: #C3C3C3. Windows color (decimal): -6303770 or 15126431. OLE color: 15126431.
HSL color Cylindrical-coordinate representation of color #9FCFE6: hue angle of 199.44º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FCFE6 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 207 | 230 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.10 |
| HSL | 199.44º | 0.59% | 0.76% | - |
| HSV(B) | 199.44º | 0.31% | 0.9% | - |
| XYZ | 50.89 | 57.71 | 83.32 | - |
| YUV | 195.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 230 | 0.31 | 0.10 | 0 | 0.10 | 199.44 | 0.59 | 0.76 |
| Hex | 9F | CF | E6 | 1F | A | 0 | A | C7 | 3B | 4C |
| Octal | 237 | 317 | 346 | 37 | 12 | 0 | 12 | 307 | 73 | 114 |
| Binary | 10011111 | 11001111 | 11100110 | 11111 | 1010 | 0 | 1010 | 11000111 | 111011 | 1001100 |
Color Harmonies of #9FCFE6
Complementary color
Monochromatic Colors of #9FCFE6
Black with #9FCFE6
Text Example
Text Example
White with #9FCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFE6; }
p { color: rgb(159,207,230); }
H1.HeaderClassName
{
color: #9FCFE6;
}
.AnyTagClassName
{
color: #9FCFE6;
}
</style>
background-color css
<style>
a { background-color: #9FCFE6; }
a { background-color: rgb(159,207,230); }
div.DivClassName
{
background-color: #9FCFE6;
}
.BgClassName
{
background-color: #9FCFE6;
}
</style>
border-color css
<style>
span { border-color: #9FCFE6; }
span { border-color: rgb(159,207,230); }
td.TdClassName
{
border-color: #9FCFE6;
}
.TagClassName
{
border-color: #9FCFE6;
}
</style>