Shades of French Pass #9DD5DF
Tints of French Pass #9DD5DF
RGB
CMYK
RGB Variations
Color information
#9DD5DF (or 0x9DD5DF) is known color: French Pass. HEX triplet: 9D, D5 and DF. RGB value is (157,213,223). Sum of RGB (Red+Green+Blue) = 157+213+223=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD5DF is #622A20. Grayscale: #C5C5C5. Windows color (decimal): -6433313 or 14669213. OLE color: 14669213.
HSL color Cylindrical-coordinate representation of color #9DD5DF: hue angle of 189.09º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD5DF is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 213 | 223 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.13 |
| HSL | 189.09º | 0.51% | 0.75% | - |
| HSV(B) | 189.09º | 0.3% | 0.87% | - |
| XYZ | 51.02 | 60.08 | 78.72 | - |
| YUV | 197.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 223 | 0.30 | 0.04 | 0 | 0.13 | 189.09 | 0.51 | 0.75 |
| Hex | 9D | D5 | DF | 1E | 4 | 0 | D | BD | 33 | 4B |
| Octal | 235 | 325 | 337 | 36 | 4 | 0 | 15 | 275 | 63 | 113 |
| Binary | 10011101 | 11010101 | 11011111 | 11110 | 100 | 0 | 1101 | 10111101 | 110011 | 1001011 |
Color Harmonies of #9DD5DF
Complementary color
Monochromatic Colors of #9DD5DF
Black with #9DD5DF
Text Example
Text Example
White with #9DD5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD5DF; }
p { color: rgb(157,213,223); }
H1.HeaderClassName
{
color: #9DD5DF;
}
.AnyTagClassName
{
color: #9DD5DF;
}
</style>
background-color css
<style>
a { background-color: #9DD5DF; }
a { background-color: rgb(157,213,223); }
div.DivClassName
{
background-color: #9DD5DF;
}
.BgClassName
{
background-color: #9DD5DF;
}
</style>
border-color css
<style>
span { border-color: #9DD5DF; }
span { border-color: rgb(157,213,223); }
td.TdClassName
{
border-color: #9DD5DF;
}
.TagClassName
{
border-color: #9DD5DF;
}
</style>