Shades of French Pass #9DD3DF
Tints of French Pass #9DD3DF
RGB
CMYK
RGB Variations
Color information
#9DD3DF (or 0x9DD3DF) is known color: French Pass. HEX triplet: 9D, D3 and DF. RGB value is (157,211,223). Sum of RGB (Red+Green+Blue) = 157+211+223=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD3DF is #622C20. Grayscale: #C4C4C4. Windows color (decimal): -6433825 or 14668701. OLE color: 14668701.
HSL color Cylindrical-coordinate representation of color #9DD3DF: hue angle of 190.91º 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 #9DD3DF is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 211 | 223 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.13 |
| HSL | 190.91º | 0.51% | 0.75% | - |
| HSV(B) | 190.91º | 0.3% | 0.87% | - |
| XYZ | 50.52 | 59.08 | 78.55 | - |
| YUV | 196.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 223 | 0.30 | 0.05 | 0 | 0.13 | 190.91 | 0.51 | 0.75 |
| Hex | 9D | D3 | DF | 1E | 5 | 0 | D | BF | 33 | 4B |
| Octal | 235 | 323 | 337 | 36 | 5 | 0 | 15 | 277 | 63 | 113 |
| Binary | 10011101 | 11010011 | 11011111 | 11110 | 101 | 0 | 1101 | 10111111 | 110011 | 1001011 |
Color Harmonies of #9DD3DF
Complementary color
Monochromatic Colors of #9DD3DF
Black with #9DD3DF
Text Example
Text Example
White with #9DD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD3DF; }
p { color: rgb(157,211,223); }
H1.HeaderClassName
{
color: #9DD3DF;
}
.AnyTagClassName
{
color: #9DD3DF;
}
</style>
background-color css
<style>
a { background-color: #9DD3DF; }
a { background-color: rgb(157,211,223); }
div.DivClassName
{
background-color: #9DD3DF;
}
.BgClassName
{
background-color: #9DD3DF;
}
</style>
border-color css
<style>
span { border-color: #9DD3DF; }
span { border-color: rgb(157,211,223); }
td.TdClassName
{
border-color: #9DD3DF;
}
.TagClassName
{
border-color: #9DD3DF;
}
</style>