Shades of Morning Glory #9FD6DB
Tints of Morning Glory #9FD6DB
RGB
CMYK
RGB Variations
Color information
#9FD6DB (or 0x9FD6DB) is known color: Morning Glory. HEX triplet: 9F, D6 and DB. RGB value is (159,214,219). Sum of RGB (Red+Green+Blue) = 159+214+219=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6DB is #602924. Grayscale: #C6C6C6. Windows color (decimal): -6301989 or 14407327. OLE color: 14407327.
HSL color Cylindrical-coordinate representation of color #9FD6DB: hue angle of 185º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FD6DB is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 214 | 219 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.14 |
| HSL | 185º | 0.45% | 0.74% | - |
| HSV(B) | 185º | 0.27% | 0.86% | - |
| XYZ | 51.13 | 60.58 | 76.02 | - |
| YUV | 198.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 219 | 0.27 | 0.02 | 0 | 0.14 | 185 | 0.45 | 0.74 |
| Hex | 9F | D6 | DB | 1B | 2 | 0 | E | B9 | 2D | 4A |
| Octal | 237 | 326 | 333 | 33 | 2 | 0 | 16 | 271 | 55 | 112 |
| Binary | 10011111 | 11010110 | 11011011 | 11011 | 10 | 0 | 1110 | 10111001 | 101101 | 1001010 |
Color Harmonies of #9FD6DB
Complementary color
Monochromatic Colors of #9FD6DB
Black with #9FD6DB
Text Example
Text Example
White with #9FD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD6DB; }
p { color: rgb(159,214,219); }
H1.HeaderClassName
{
color: #9FD6DB;
}
.AnyTagClassName
{
color: #9FD6DB;
}
</style>
background-color css
<style>
a { background-color: #9FD6DB; }
a { background-color: rgb(159,214,219); }
div.DivClassName
{
background-color: #9FD6DB;
}
.BgClassName
{
background-color: #9FD6DB;
}
</style>
border-color css
<style>
span { border-color: #9FD6DB; }
span { border-color: rgb(159,214,219); }
td.TdClassName
{
border-color: #9FD6DB;
}
.TagClassName
{
border-color: #9FD6DB;
}
</style>