Shades of Morning Glory #8CDBDD
Tints of Morning Glory #8CDBDD
RGB
CMYK
RGB Variations
Color information
#8CDBDD (or 0x8CDBDD) is known color: Morning Glory. HEX triplet: 8C, DB and DD. RGB value is (140,219,221). Sum of RGB (Red+Green+Blue) = 140+219+221=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBDD is #732422. Grayscale: #C3C3C3. Windows color (decimal): -7545891 or 14539660. OLE color: 14539660.
HSL color Cylindrical-coordinate representation of color #8CDBDD: hue angle of 181.48º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDBDD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 219 | 221 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.13 |
| HSL | 181.48º | 0.54% | 0.71% | - |
| HSV(B) | 181.48º | 0.37% | 0.87% | - |
| XYZ | 49.2 | 61.46 | 77.68 | - |
| YUV | 195.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 221 | 0.37 | 0.01 | 0 | 0.13 | 181.48 | 0.54 | 0.71 |
| Hex | 8C | DB | DD | 25 | 1 | 0 | D | B5 | 36 | 47 |
| Octal | 214 | 333 | 335 | 45 | 1 | 0 | 15 | 265 | 66 | 107 |
| Binary | 10001100 | 11011011 | 11011101 | 100101 | 1 | 0 | 1101 | 10110101 | 110110 | 1000111 |
Color Harmonies of #8CDBDD
Complementary color
Monochromatic Colors of #8CDBDD
Black with #8CDBDD
Text Example
Text Example
White with #8CDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBDD; }
p { color: rgb(140,219,221); }
H1.HeaderClassName
{
color: #8CDBDD;
}
.AnyTagClassName
{
color: #8CDBDD;
}
</style>
background-color css
<style>
a { background-color: #8CDBDD; }
a { background-color: rgb(140,219,221); }
div.DivClassName
{
background-color: #8CDBDD;
}
.BgClassName
{
background-color: #8CDBDD;
}
</style>
border-color css
<style>
span { border-color: #8CDBDD; }
span { border-color: rgb(140,219,221); }
td.TdClassName
{
border-color: #8CDBDD;
}
.TagClassName
{
border-color: #8CDBDD;
}
</style>