Shades of Morning Glory #9FDADD
Tints of Morning Glory #9FDADD
RGB
CMYK
RGB Variations
Color information
#9FDADD (or 0x9FDADD) is known color: Morning Glory. HEX triplet: 9F, DA and DD. RGB value is (159,218,221). Sum of RGB (Red+Green+Blue) = 159+218+221=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDADD is #602522. Grayscale: #C8C8C8. Windows color (decimal): -6300963 or 14539423. OLE color: 14539423.
HSL color Cylindrical-coordinate representation of color #9FDADD: hue angle of 182.9º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDADD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 218 | 221 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.13 |
| HSL | 182.9º | 0.48% | 0.75% | - |
| HSV(B) | 182.9º | 0.28% | 0.87% | - |
| XYZ | 52.42 | 62.73 | 77.75 | - |
| YUV | 200.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 221 | 0.28 | 0.01 | 0 | 0.13 | 182.9 | 0.48 | 0.75 |
| Hex | 9F | DA | DD | 1C | 1 | 0 | D | B7 | 30 | 4B |
| Octal | 237 | 332 | 335 | 34 | 1 | 0 | 15 | 267 | 60 | 113 |
| Binary | 10011111 | 11011010 | 11011101 | 11100 | 1 | 0 | 1101 | 10110111 | 110000 | 1001011 |
Color Harmonies of #9FDADD
Complementary color
Monochromatic Colors of #9FDADD
Black with #9FDADD
Text Example
Text Example
White with #9FDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDADD; }
p { color: rgb(159,218,221); }
H1.HeaderClassName
{
color: #9FDADD;
}
.AnyTagClassName
{
color: #9FDADD;
}
</style>
background-color css
<style>
a { background-color: #9FDADD; }
a { background-color: rgb(159,218,221); }
div.DivClassName
{
background-color: #9FDADD;
}
.BgClassName
{
background-color: #9FDADD;
}
</style>
border-color css
<style>
span { border-color: #9FDADD; }
span { border-color: rgb(159,218,221); }
td.TdClassName
{
border-color: #9FDADD;
}
.TagClassName
{
border-color: #9FDADD;
}
</style>