Shades of French Pass #9ED5DF
Tints of French Pass #9ED5DF
RGB
CMYK
RGB Variations
Color information
#9ED5DF (or 0x9ED5DF) is known color: French Pass. HEX triplet: 9E, D5 and DF. RGB value is (158,213,223). Sum of RGB (Red+Green+Blue) = 158+213+223=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ED5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED5DF is #612A20. Grayscale: #C5C5C5. Windows color (decimal): -6367777 or 14669214. OLE color: 14669214.
HSL color Cylindrical-coordinate representation of color #9ED5DF: hue angle of 189.23º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ED5DF is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 213 | 223 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.13 |
| HSL | 189.23º | 0.5% | 0.75% | - |
| HSV(B) | 189.23º | 0.29% | 0.87% | - |
| XYZ | 51.21 | 60.19 | 78.73 | - |
| YUV | 197.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 223 | 0.29 | 0.04 | 0 | 0.13 | 189.23 | 0.5 | 0.75 |
| Hex | 9E | D5 | DF | 1D | 4 | 0 | D | BD | 32 | 4B |
| Octal | 236 | 325 | 337 | 35 | 4 | 0 | 15 | 275 | 62 | 113 |
| Binary | 10011110 | 11010101 | 11011111 | 11101 | 100 | 0 | 1101 | 10111101 | 110010 | 1001011 |
Color Harmonies of #9ED5DF
Complementary color
Monochromatic Colors of #9ED5DF
Black with #9ED5DF
Text Example
Text Example
White with #9ED5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED5DF; }
p { color: rgb(158,213,223); }
H1.HeaderClassName
{
color: #9ED5DF;
}
.AnyTagClassName
{
color: #9ED5DF;
}
</style>
background-color css
<style>
a { background-color: #9ED5DF; }
a { background-color: rgb(158,213,223); }
div.DivClassName
{
background-color: #9ED5DF;
}
.BgClassName
{
background-color: #9ED5DF;
}
</style>
border-color css
<style>
span { border-color: #9ED5DF; }
span { border-color: rgb(158,213,223); }
td.TdClassName
{
border-color: #9ED5DF;
}
.TagClassName
{
border-color: #9ED5DF;
}
</style>