Shades of Morning Glory #9FD0D6
Tints of Morning Glory #9FD0D6
RGB
CMYK
RGB Variations
Color information
#9FD0D6 (or 0x9FD0D6) is known color: Morning Glory. HEX triplet: 9F, D0 and D6. RGB value is (159,208,214). Sum of RGB (Red+Green+Blue) = 159+208+214=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FD0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0D6 is #602F29. Grayscale: #C1C1C1. Windows color (decimal): -6303530 or 14078111. OLE color: 14078111.
HSL color Cylindrical-coordinate representation of color #9FD0D6: hue angle of 186.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD0D6 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 208 | 214 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.16 |
| HSL | 186.55º | 0.4% | 0.73% | - |
| HSV(B) | 186.55º | 0.26% | 0.84% | - |
| XYZ | 48.99 | 57.34 | 72.1 | - |
| YUV | 194.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 214 | 0.26 | 0.03 | 0 | 0.16 | 186.55 | 0.4 | 0.73 |
| Hex | 9F | D0 | D6 | 1A | 3 | 0 | 10 | BB | 28 | 49 |
| Octal | 237 | 320 | 326 | 32 | 3 | 0 | 20 | 273 | 50 | 111 |
| Binary | 10011111 | 11010000 | 11010110 | 11010 | 11 | 0 | 10000 | 10111011 | 101000 | 1001001 |
Color Harmonies of #9FD0D6
Complementary color
Monochromatic Colors of #9FD0D6
Black with #9FD0D6
Text Example
Text Example
White with #9FD0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0D6; }
p { color: rgb(159,208,214); }
H1.HeaderClassName
{
color: #9FD0D6;
}
.AnyTagClassName
{
color: #9FD0D6;
}
</style>
background-color css
<style>
a { background-color: #9FD0D6; }
a { background-color: rgb(159,208,214); }
div.DivClassName
{
background-color: #9FD0D6;
}
.BgClassName
{
background-color: #9FD0D6;
}
</style>
border-color css
<style>
span { border-color: #9FD0D6; }
span { border-color: rgb(159,208,214); }
td.TdClassName
{
border-color: #9FD0D6;
}
.TagClassName
{
border-color: #9FD0D6;
}
</style>