Shades of Morning Glory #9CDADB
Tints of Morning Glory #9CDADB
RGB
CMYK
RGB Variations
Color information
#9CDADB (or 0x9CDADB) is known color: Morning Glory. HEX triplet: 9C, DA and DB. RGB value is (156,218,219). Sum of RGB (Red+Green+Blue) = 156+218+219=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDADB is #632524. Grayscale: #C7C7C7. Windows color (decimal): -6497573 or 14408348. OLE color: 14408348.
HSL color Cylindrical-coordinate representation of color #9CDADB: hue angle of 180.95º 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 #9CDADB is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 218 | 219 | - |
| CMYK | 0.29 | 0.00 | 0 | 0.14 |
| HSL | 180.95º | 0.47% | 0.74% | - |
| HSV(B) | 180.95º | 0.29% | 0.86% | - |
| XYZ | 51.57 | 62.33 | 76.33 | - |
| YUV | 199.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 219 | 0.29 | 0.00 | 0 | 0.14 | 180.95 | 0.47 | 0.74 |
| Hex | 9C | DA | DB | 1D | 0 | 0 | E | B5 | 2F | 4A |
| Octal | 234 | 332 | 333 | 35 | 0 | 0 | 16 | 265 | 57 | 112 |
| Binary | 10011100 | 11011010 | 11011011 | 11101 | 0 | 0 | 1110 | 10110101 | 101111 | 1001010 |
Color Harmonies of #9CDADB
Complementary color
Monochromatic Colors of #9CDADB
Black with #9CDADB
Text Example
Text Example
White with #9CDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDADB; }
p { color: rgb(156,218,219); }
H1.HeaderClassName
{
color: #9CDADB;
}
.AnyTagClassName
{
color: #9CDADB;
}
</style>
background-color css
<style>
a { background-color: #9CDADB; }
a { background-color: rgb(156,218,219); }
div.DivClassName
{
background-color: #9CDADB;
}
.BgClassName
{
background-color: #9CDADB;
}
</style>
border-color css
<style>
span { border-color: #9CDADB; }
span { border-color: rgb(156,218,219); }
td.TdClassName
{
border-color: #9CDADB;
}
.TagClassName
{
border-color: #9CDADB;
}
</style>