Shades of French Pass #9FC9E0
Tints of French Pass #9FC9E0
RGB
CMYK
RGB Variations
Color information
#9FC9E0 (or 0x9FC9E0) is known color: French Pass. HEX triplet: 9F, C9 and E0. RGB value is (159,201,224). Sum of RGB (Red+Green+Blue) = 159+201+224=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FC9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9E0 is #60361F. Grayscale: #BEBEBE. Windows color (decimal): -6305312 or 14731679. OLE color: 14731679.
HSL color Cylindrical-coordinate representation of color #9FC9E0: hue angle of 201.23º 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 #9FC9E0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 201 | 224 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.12 |
| HSL | 201.23º | 0.51% | 0.75% | - |
| HSV(B) | 201.23º | 0.29% | 0.88% | - |
| XYZ | 48.64 | 54.53 | 78.48 | - |
| YUV | 191.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 224 | 0.29 | 0.10 | 0 | 0.12 | 201.23 | 0.51 | 0.75 |
| Hex | 9F | C9 | E0 | 1D | A | 0 | C | C9 | 33 | 4B |
| Octal | 237 | 311 | 340 | 35 | 12 | 0 | 14 | 311 | 63 | 113 |
| Binary | 10011111 | 11001001 | 11100000 | 11101 | 1010 | 0 | 1100 | 11001001 | 110011 | 1001011 |
Color Harmonies of #9FC9E0
Complementary color
Monochromatic Colors of #9FC9E0
Black with #9FC9E0
Text Example
Text Example
White with #9FC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC9E0; }
p { color: rgb(159,201,224); }
H1.HeaderClassName
{
color: #9FC9E0;
}
.AnyTagClassName
{
color: #9FC9E0;
}
</style>
background-color css
<style>
a { background-color: #9FC9E0; }
a { background-color: rgb(159,201,224); }
div.DivClassName
{
background-color: #9FC9E0;
}
.BgClassName
{
background-color: #9FC9E0;
}
</style>
border-color css
<style>
span { border-color: #9FC9E0; }
span { border-color: rgb(159,201,224); }
td.TdClassName
{
border-color: #9FC9E0;
}
.TagClassName
{
border-color: #9FC9E0;
}
</style>