Shades of French Pass #9FCFE0
Tints of French Pass #9FCFE0
RGB
CMYK
RGB Variations
Color information
#9FCFE0 (or 0x9FCFE0) is known color: French Pass. HEX triplet: 9F, CF and E0. RGB value is (159,207,224). Sum of RGB (Red+Green+Blue) = 159+207+224=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FCFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFE0 is #60301F. Grayscale: #C2C2C2. Windows color (decimal): -6303776 or 14733215. OLE color: 14733215.
HSL color Cylindrical-coordinate representation of color #9FCFE0: hue angle of 195.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCFE0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 207 | 224 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.12 |
| HSL | 195.69º | 0.51% | 0.75% | - |
| HSV(B) | 195.69º | 0.29% | 0.88% | - |
| XYZ | 50.07 | 57.38 | 78.96 | - |
| YUV | 194.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 224 | 0.29 | 0.08 | 0 | 0.12 | 195.69 | 0.51 | 0.75 |
| Hex | 9F | CF | E0 | 1D | 8 | 0 | C | C4 | 33 | 4B |
| Octal | 237 | 317 | 340 | 35 | 10 | 0 | 14 | 304 | 63 | 113 |
| Binary | 10011111 | 11001111 | 11100000 | 11101 | 1000 | 0 | 1100 | 11000100 | 110011 | 1001011 |
Color Harmonies of #9FCFE0
Complementary color
Monochromatic Colors of #9FCFE0
Black with #9FCFE0
Text Example
Text Example
White with #9FCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFE0; }
p { color: rgb(159,207,224); }
H1.HeaderClassName
{
color: #9FCFE0;
}
.AnyTagClassName
{
color: #9FCFE0;
}
</style>
background-color css
<style>
a { background-color: #9FCFE0; }
a { background-color: rgb(159,207,224); }
div.DivClassName
{
background-color: #9FCFE0;
}
.BgClassName
{
background-color: #9FCFE0;
}
</style>
border-color css
<style>
span { border-color: #9FCFE0; }
span { border-color: rgb(159,207,224); }
td.TdClassName
{
border-color: #9FCFE0;
}
.TagClassName
{
border-color: #9FCFE0;
}
</style>