Shades of Morning Glory #9CDADD
Tints of Morning Glory #9CDADD
RGB
CMYK
RGB Variations
Color information
#9CDADD (or 0x9CDADD) is known color: Morning Glory. HEX triplet: 9C, DA and DD. RGB value is (156,218,221). Sum of RGB (Red+Green+Blue) = 156+218+221=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDADD is #632522. Grayscale: #C7C7C7. Windows color (decimal): -6497571 or 14539420. OLE color: 14539420.
HSL color Cylindrical-coordinate representation of color #9CDADD: hue angle of 182.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDADD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 218 | 221 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.13 |
| HSL | 182.77º | 0.49% | 0.74% | - |
| HSV(B) | 182.77º | 0.29% | 0.87% | - |
| XYZ | 51.83 | 62.43 | 77.73 | - |
| YUV | 199.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 221 | 0.29 | 0.01 | 0 | 0.13 | 182.77 | 0.49 | 0.74 |
| Hex | 9C | DA | DD | 1D | 1 | 0 | D | B7 | 31 | 4A |
| Octal | 234 | 332 | 335 | 35 | 1 | 0 | 15 | 267 | 61 | 112 |
| Binary | 10011100 | 11011010 | 11011101 | 11101 | 1 | 0 | 1101 | 10110111 | 110001 | 1001010 |
Color Harmonies of #9CDADD
Complementary color
Monochromatic Colors of #9CDADD
Black with #9CDADD
Text Example
Text Example
White with #9CDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDADD; }
p { color: rgb(156,218,221); }
H1.HeaderClassName
{
color: #9CDADD;
}
.AnyTagClassName
{
color: #9CDADD;
}
</style>
background-color css
<style>
a { background-color: #9CDADD; }
a { background-color: rgb(156,218,221); }
div.DivClassName
{
background-color: #9CDADD;
}
.BgClassName
{
background-color: #9CDADD;
}
</style>
border-color css
<style>
span { border-color: #9CDADD; }
span { border-color: rgb(156,218,221); }
td.TdClassName
{
border-color: #9CDADD;
}
.TagClassName
{
border-color: #9CDADD;
}
</style>