Shades of French Pass #9FCCE0
Tints of French Pass #9FCCE0
RGB
CMYK
RGB Variations
Color information
#9FCCE0 (or 0x9FCCE0) is known color: French Pass. HEX triplet: 9F, CC and E0. RGB value is (159,204,224). Sum of RGB (Red+Green+Blue) = 159+204+224=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCE0 is #60331F. Grayscale: #C0C0C0. Windows color (decimal): -6304544 or 14732447. OLE color: 14732447.
HSL color Cylindrical-coordinate representation of color #9FCCE0: hue angle of 198.46º 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 #9FCCE0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 204 | 224 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.12 |
| HSL | 198.46º | 0.51% | 0.75% | - |
| HSV(B) | 198.46º | 0.29% | 0.88% | - |
| XYZ | 49.35 | 55.94 | 78.72 | - |
| YUV | 192.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 224 | 0.29 | 0.09 | 0 | 0.12 | 198.46 | 0.51 | 0.75 |
| Hex | 9F | CC | E0 | 1D | 9 | 0 | C | C6 | 33 | 4B |
| Octal | 237 | 314 | 340 | 35 | 11 | 0 | 14 | 306 | 63 | 113 |
| Binary | 10011111 | 11001100 | 11100000 | 11101 | 1001 | 0 | 1100 | 11000110 | 110011 | 1001011 |
Color Harmonies of #9FCCE0
Complementary color
Monochromatic Colors of #9FCCE0
Black with #9FCCE0
Text Example
Text Example
White with #9FCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCE0; }
p { color: rgb(159,204,224); }
H1.HeaderClassName
{
color: #9FCCE0;
}
.AnyTagClassName
{
color: #9FCCE0;
}
</style>
background-color css
<style>
a { background-color: #9FCCE0; }
a { background-color: rgb(159,204,224); }
div.DivClassName
{
background-color: #9FCCE0;
}
.BgClassName
{
background-color: #9FCCE0;
}
</style>
border-color css
<style>
span { border-color: #9FCCE0; }
span { border-color: rgb(159,204,224); }
td.TdClassName
{
border-color: #9FCCE0;
}
.TagClassName
{
border-color: #9FCCE0;
}
</style>