Shades of Morning Glory #9CDBDA
Tints of Morning Glory #9CDBDA
RGB
CMYK
RGB Variations
Color information
#9CDBDA (or 0x9CDBDA) is known color: Morning Glory. HEX triplet: 9C, DB and DA. RGB value is (156,219,218). Sum of RGB (Red+Green+Blue) = 156+219+218=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBDA is #632425. Grayscale: #C7C7C7. Windows color (decimal): -6497318 or 14343068. OLE color: 14343068.
HSL color Cylindrical-coordinate representation of color #9CDBDA: hue angle of 179.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBDA is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 218 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.14 |
| HSL | 179.05º | 0.47% | 0.74% | - |
| HSV(B) | 179.05º | 0.29% | 0.86% | - |
| XYZ | 51.7 | 62.79 | 75.73 | - |
| YUV | 200.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 218 | 0.29 | 0 | 0.00 | 0.14 | 179.05 | 0.47 | 0.74 |
| Hex | 9C | DB | DA | 1D | 0 | 0 | E | B3 | 2F | 4A |
| Octal | 234 | 333 | 332 | 35 | 0 | 0 | 16 | 263 | 57 | 112 |
| Binary | 10011100 | 11011011 | 11011010 | 11101 | 0 | 0 | 1110 | 10110011 | 101111 | 1001010 |
Color Harmonies of #9CDBDA
Complementary color
Monochromatic Colors of #9CDBDA
Black with #9CDBDA
Text Example
Text Example
White with #9CDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBDA; }
p { color: rgb(156,219,218); }
H1.HeaderClassName
{
color: #9CDBDA;
}
.AnyTagClassName
{
color: #9CDBDA;
}
</style>
background-color css
<style>
a { background-color: #9CDBDA; }
a { background-color: rgb(156,219,218); }
div.DivClassName
{
background-color: #9CDBDA;
}
.BgClassName
{
background-color: #9CDBDA;
}
</style>
border-color css
<style>
span { border-color: #9CDBDA; }
span { border-color: rgb(156,219,218); }
td.TdClassName
{
border-color: #9CDBDA;
}
.TagClassName
{
border-color: #9CDBDA;
}
</style>