Shades of French Pass #9DD6EA
Tints of French Pass #9DD6EA
RGB
CMYK
RGB Variations
Color information
#9DD6EA (or 0x9DD6EA) is known color: French Pass. HEX triplet: 9D, D6 and EA. RGB value is (157,214,234). Sum of RGB (Red+Green+Blue) = 157+214+234=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DD6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD6EA is #622915. Grayscale: #C7C7C7. Windows color (decimal): -6433046 or 15390365. OLE color: 15390365.
HSL color Cylindrical-coordinate representation of color #9DD6EA: hue angle of 195.58º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD6EA is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 214 | 234 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.08 |
| HSL | 195.58º | 0.65% | 0.77% | - |
| HSV(B) | 195.58º | 0.33% | 0.92% | - |
| XYZ | 52.8 | 61.2 | 86.87 | - |
| YUV | 199.24 | 147.62 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 234 | 0.33 | 0.09 | 0 | 0.08 | 195.58 | 0.65 | 0.77 |
| Hex | 9D | D6 | EA | 21 | 9 | 0 | 8 | C4 | 41 | 4D |
| Octal | 235 | 326 | 352 | 41 | 11 | 0 | 10 | 304 | 101 | 115 |
| Binary | 10011101 | 11010110 | 11101010 | 100001 | 1001 | 0 | 1000 | 11000100 | 1000001 | 1001101 |
Color Harmonies of #9DD6EA
Complementary color
Monochromatic Colors of #9DD6EA
Black with #9DD6EA
Text Example
Text Example
White with #9DD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD6EA; }
p { color: rgb(157,214,234); }
H1.HeaderClassName
{
color: #9DD6EA;
}
.AnyTagClassName
{
color: #9DD6EA;
}
</style>
background-color css
<style>
a { background-color: #9DD6EA; }
a { background-color: rgb(157,214,234); }
div.DivClassName
{
background-color: #9DD6EA;
}
.BgClassName
{
background-color: #9DD6EA;
}
</style>
border-color css
<style>
span { border-color: #9DD6EA; }
span { border-color: rgb(157,214,234); }
td.TdClassName
{
border-color: #9DD6EA;
}
.TagClassName
{
border-color: #9DD6EA;
}
</style>