Shades of Morning Glory #9FDBDC
Tints of Morning Glory #9FDBDC
RGB
CMYK
RGB Variations
Color information
#9FDBDC (or 0x9FDBDC) is known color: Morning Glory. HEX triplet: 9F, DB and DC. RGB value is (159,219,220). Sum of RGB (Red+Green+Blue) = 159+219+220=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBDC is #602423. Grayscale: #C9C9C9. Windows color (decimal): -6300708 or 14474143. OLE color: 14474143.
HSL color Cylindrical-coordinate representation of color #9FDBDC: hue angle of 180.98º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDBDC is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 220 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.14 |
| HSL | 180.98º | 0.47% | 0.74% | - |
| HSV(B) | 180.98º | 0.28% | 0.86% | - |
| XYZ | 52.55 | 63.2 | 77.14 | - |
| YUV | 201.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 220 | 0.28 | 0.00 | 0 | 0.14 | 180.98 | 0.47 | 0.74 |
| Hex | 9F | DB | DC | 1C | 0 | 0 | E | B5 | 2F | 4A |
| Octal | 237 | 333 | 334 | 34 | 0 | 0 | 16 | 265 | 57 | 112 |
| Binary | 10011111 | 11011011 | 11011100 | 11100 | 0 | 0 | 1110 | 10110101 | 101111 | 1001010 |
Color Harmonies of #9FDBDC
Complementary color
Monochromatic Colors of #9FDBDC
Black with #9FDBDC
Text Example
Text Example
White with #9FDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBDC; }
p { color: rgb(159,219,220); }
H1.HeaderClassName
{
color: #9FDBDC;
}
.AnyTagClassName
{
color: #9FDBDC;
}
</style>
background-color css
<style>
a { background-color: #9FDBDC; }
a { background-color: rgb(159,219,220); }
div.DivClassName
{
background-color: #9FDBDC;
}
.BgClassName
{
background-color: #9FDBDC;
}
</style>
border-color css
<style>
span { border-color: #9FDBDC; }
span { border-color: rgb(159,219,220); }
td.TdClassName
{
border-color: #9FDBDC;
}
.TagClassName
{
border-color: #9FDBDC;
}
</style>