Shades of Morning Glory #9CDBDB
Tints of Morning Glory #9CDBDB
RGB
CMYK
RGB Variations
Color information
#9CDBDB (or 0x9CDBDB) is known color: Morning Glory. HEX triplet: 9C, DB and DB. RGB value is (156,219,219). Sum of RGB (Red+Green+Blue) = 156+219+219=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #9CDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBDB is #632424. Grayscale: #C8C8C8. Windows color (decimal): -6497317 or 14408604. OLE color: 14408604.
HSL color Cylindrical-coordinate representation of color #9CDBDB: hue angle of 180º 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 #9CDBDB is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 156 | 219 | 219 | - |
CMYK | 0.29 | 0 | 0 | 0.14 |
HSL | 180º | 0.47% | 0.74% | - |
HSV(B) | 180º | 0.29% | 0.86% | - |
XYZ | 51.83 | 62.85 | 76.42 | - |
YUV | 200.16 | 138.63 | 96.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 219 | 219 | 0.29 | 0 | 0 | 0.14 | 180 | 0.47 | 0.74 |
Hex | 9C | DB | DB | 1D | 0 | 0 | E | B4 | 2F | 4A |
Octal | 234 | 333 | 333 | 35 | 0 | 0 | 16 | 264 | 57 | 112 |
Binary | 10011100 | 11011011 | 11011011 | 11101 | 0 | 0 | 1110 | 10110100 | 101111 | 1001010 |
Color Harmonies of #9CDBDB
Complementary color
Monochromatic Colors of #9CDBDB
Black with #9CDBDB
Text Example
Text Example
White with #9CDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBDB; }
p { color: rgb(156,219,219); }
H1.HeaderClassName
{
color: #9CDBDB;
}
.AnyTagClassName
{
color: #9CDBDB;
}
</style>
background-color css
<style>
a { background-color: #9CDBDB; }
a { background-color: rgb(156,219,219); }
div.DivClassName
{
background-color: #9CDBDB;
}
.BgClassName
{
background-color: #9CDBDB;
}
</style>
border-color css
<style>
span { border-color: #9CDBDB; }
span { border-color: rgb(156,219,219); }
td.TdClassName
{
border-color: #9CDBDB;
}
.TagClassName
{
border-color: #9CDBDB;
}
</style>