Shades of French Pass #9DD6EC
Tints of French Pass #9DD6EC
RGB
CMYK
RGB Variations
Color information
#9DD6EC (or 0x9DD6EC) is known color: French Pass. HEX triplet: 9D, D6 and EC. RGB value is (157,214,236). Sum of RGB (Red+Green+Blue) = 157+214+236=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DD6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD6EC is #622913. Grayscale: #C7C7C7. Windows color (decimal): -6433044 or 15521437. OLE color: 15521437.
HSL color Cylindrical-coordinate representation of color #9DD6EC: hue angle of 196.71º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD6EC is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 214 | 236 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.07 |
| HSL | 196.71º | 0.68% | 0.77% | - |
| HSV(B) | 196.71º | 0.33% | 0.93% | - |
| XYZ | 53.09 | 61.32 | 88.39 | - |
| YUV | 199.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 236 | 0.33 | 0.09 | 0 | 0.07 | 196.71 | 0.68 | 0.77 |
| Hex | 9D | D6 | EC | 21 | 9 | 0 | 7 | C5 | 44 | 4D |
| Octal | 235 | 326 | 354 | 41 | 11 | 0 | 7 | 305 | 104 | 115 |
| Binary | 10011101 | 11010110 | 11101100 | 100001 | 1001 | 0 | 111 | 11000101 | 1000100 | 1001101 |
Color Harmonies of #9DD6EC
Complementary color
Monochromatic Colors of #9DD6EC
Black with #9DD6EC
Text Example
Text Example
White with #9DD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD6EC; }
p { color: rgb(157,214,236); }
H1.HeaderClassName
{
color: #9DD6EC;
}
.AnyTagClassName
{
color: #9DD6EC;
}
</style>
background-color css
<style>
a { background-color: #9DD6EC; }
a { background-color: rgb(157,214,236); }
div.DivClassName
{
background-color: #9DD6EC;
}
.BgClassName
{
background-color: #9DD6EC;
}
</style>
border-color css
<style>
span { border-color: #9DD6EC; }
span { border-color: rgb(157,214,236); }
td.TdClassName
{
border-color: #9DD6EC;
}
.TagClassName
{
border-color: #9DD6EC;
}
</style>