Shades of French Pass #9FD5EA
Tints of French Pass #9FD5EA
RGB
CMYK
RGB Variations
Color information
#9FD5EA (or 0x9FD5EA) is known color: French Pass. HEX triplet: 9F, D5 and EA. RGB value is (159,213,234). Sum of RGB (Red+Green+Blue) = 159+213+234=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD5EA is #602A15. Grayscale: #C7C7C7. Windows color (decimal): -6302230 or 15390111. OLE color: 15390111.
HSL color Cylindrical-coordinate representation of color #9FD5EA: hue angle of 196.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FD5EA is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 213 | 234 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.08 |
| HSL | 196.8º | 0.64% | 0.77% | - |
| HSV(B) | 196.8º | 0.32% | 0.92% | - |
| XYZ | 52.94 | 60.9 | 86.81 | - |
| YUV | 199.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 234 | 0.32 | 0.09 | 0 | 0.08 | 196.8 | 0.64 | 0.77 |
| Hex | 9F | D5 | EA | 20 | 9 | 0 | 8 | C5 | 40 | 4D |
| Octal | 237 | 325 | 352 | 40 | 11 | 0 | 10 | 305 | 100 | 115 |
| Binary | 10011111 | 11010101 | 11101010 | 100000 | 1001 | 0 | 1000 | 11000101 | 1000000 | 1001101 |
Color Harmonies of #9FD5EA
Complementary color
Monochromatic Colors of #9FD5EA
Black with #9FD5EA
Text Example
Text Example
White with #9FD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD5EA; }
p { color: rgb(159,213,234); }
H1.HeaderClassName
{
color: #9FD5EA;
}
.AnyTagClassName
{
color: #9FD5EA;
}
</style>
background-color css
<style>
a { background-color: #9FD5EA; }
a { background-color: rgb(159,213,234); }
div.DivClassName
{
background-color: #9FD5EA;
}
.BgClassName
{
background-color: #9FD5EA;
}
</style>
border-color css
<style>
span { border-color: #9FD5EA; }
span { border-color: rgb(159,213,234); }
td.TdClassName
{
border-color: #9FD5EA;
}
.TagClassName
{
border-color: #9FD5EA;
}
</style>