Shades of French Pass #9FCFE5
Tints of French Pass #9FCFE5
RGB
CMYK
RGB Variations
Color information
#9FCFE5 (or 0x9FCFE5) is known color: French Pass. HEX triplet: 9F, CF and E5. RGB value is (159,207,229). Sum of RGB (Red+Green+Blue) = 159+207+229=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FCFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFE5 is #60301A. Grayscale: #C3C3C3. Windows color (decimal): -6303771 or 15060895. OLE color: 15060895.
HSL color Cylindrical-coordinate representation of color #9FCFE5: hue angle of 198.86º degrees, saturation: 0.57, 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 #9FCFE5 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 207 | 229 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.10 |
| HSL | 198.86º | 0.57% | 0.76% | - |
| HSV(B) | 198.86º | 0.31% | 0.9% | - |
| XYZ | 50.75 | 57.65 | 82.58 | - |
| YUV | 195.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 229 | 0.31 | 0.10 | 0 | 0.10 | 198.86 | 0.57 | 0.76 |
| Hex | 9F | CF | E5 | 1F | A | 0 | A | C7 | 39 | 4C |
| Octal | 237 | 317 | 345 | 37 | 12 | 0 | 12 | 307 | 71 | 114 |
| Binary | 10011111 | 11001111 | 11100101 | 11111 | 1010 | 0 | 1010 | 11000111 | 111001 | 1001100 |
Color Harmonies of #9FCFE5
Complementary color
Monochromatic Colors of #9FCFE5
Black with #9FCFE5
Text Example
Text Example
White with #9FCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFE5; }
p { color: rgb(159,207,229); }
H1.HeaderClassName
{
color: #9FCFE5;
}
.AnyTagClassName
{
color: #9FCFE5;
}
</style>
background-color css
<style>
a { background-color: #9FCFE5; }
a { background-color: rgb(159,207,229); }
div.DivClassName
{
background-color: #9FCFE5;
}
.BgClassName
{
background-color: #9FCFE5;
}
</style>
border-color css
<style>
span { border-color: #9FCFE5; }
span { border-color: rgb(159,207,229); }
td.TdClassName
{
border-color: #9FCFE5;
}
.TagClassName
{
border-color: #9FCFE5;
}
</style>