Shades of French Pass #9FCAE0
Tints of French Pass #9FCAE0
RGB
CMYK
RGB Variations
Color information
#9FCAE0 (or 0x9FCAE0) is known color: French Pass. HEX triplet: 9F, CA and E0. RGB value is (159,202,224). Sum of RGB (Red+Green+Blue) = 159+202+224=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FCAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAE0 is #60351F. Grayscale: #BFBFBF. Windows color (decimal): -6305056 or 14731935. OLE color: 14731935.
HSL color Cylindrical-coordinate representation of color #9FCAE0: hue angle of 200.31º 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 #9FCAE0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 202 | 224 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.12 |
| HSL | 200.31º | 0.51% | 0.75% | - |
| HSV(B) | 200.31º | 0.29% | 0.88% | - |
| XYZ | 48.87 | 54.99 | 78.56 | - |
| YUV | 191.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 224 | 0.29 | 0.10 | 0 | 0.12 | 200.31 | 0.51 | 0.75 |
| Hex | 9F | CA | E0 | 1D | A | 0 | C | C8 | 33 | 4B |
| Octal | 237 | 312 | 340 | 35 | 12 | 0 | 14 | 310 | 63 | 113 |
| Binary | 10011111 | 11001010 | 11100000 | 11101 | 1010 | 0 | 1100 | 11001000 | 110011 | 1001011 |
Color Harmonies of #9FCAE0
Complementary color
Monochromatic Colors of #9FCAE0
Black with #9FCAE0
Text Example
Text Example
White with #9FCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAE0; }
p { color: rgb(159,202,224); }
H1.HeaderClassName
{
color: #9FCAE0;
}
.AnyTagClassName
{
color: #9FCAE0;
}
</style>
background-color css
<style>
a { background-color: #9FCAE0; }
a { background-color: rgb(159,202,224); }
div.DivClassName
{
background-color: #9FCAE0;
}
.BgClassName
{
background-color: #9FCAE0;
}
</style>
border-color css
<style>
span { border-color: #9FCAE0; }
span { border-color: rgb(159,202,224); }
td.TdClassName
{
border-color: #9FCAE0;
}
.TagClassName
{
border-color: #9FCAE0;
}
</style>