Shades of Morning Glory #8DD0CF
Tints of Morning Glory #8DD0CF
RGB
CMYK
RGB Variations
Color information
#8DD0CF (or 0x8DD0CF) is known color: Morning Glory. HEX triplet: 8D, D0 and CF. RGB value is (141,208,207). Sum of RGB (Red+Green+Blue) = 141+208+207=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD0CF is #722F30. Grayscale: #BBBBBB. Windows color (decimal): -7483185 or 13619341. OLE color: 13619341.
HSL color Cylindrical-coordinate representation of color #8DD0CF: hue angle of 179.1º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD0CF is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 207 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.18 |
| HSL | 179.1º | 0.42% | 0.68% | - |
| HSV(B) | 179.1º | 0.32% | 0.82% | - |
| XYZ | 44.8 | 55.28 | 67.34 | - |
| YUV | 187.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 207 | 0.32 | 0 | 0.00 | 0.18 | 179.1 | 0.42 | 0.68 |
| Hex | 8D | D0 | CF | 20 | 0 | 0 | 12 | B3 | 2A | 44 |
| Octal | 215 | 320 | 317 | 40 | 0 | 0 | 22 | 263 | 52 | 104 |
| Binary | 10001101 | 11010000 | 11001111 | 100000 | 0 | 0 | 10010 | 10110011 | 101010 | 1000100 |
Color Harmonies of #8DD0CF
Complementary color
Monochromatic Colors of #8DD0CF
Black with #8DD0CF
Text Example
Text Example
White with #8DD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0CF; }
p { color: rgb(141,208,207); }
H1.HeaderClassName
{
color: #8DD0CF;
}
.AnyTagClassName
{
color: #8DD0CF;
}
</style>
background-color css
<style>
a { background-color: #8DD0CF; }
a { background-color: rgb(141,208,207); }
div.DivClassName
{
background-color: #8DD0CF;
}
.BgClassName
{
background-color: #8DD0CF;
}
</style>
border-color css
<style>
span { border-color: #8DD0CF; }
span { border-color: rgb(141,208,207); }
td.TdClassName
{
border-color: #8DD0CF;
}
.TagClassName
{
border-color: #8DD0CF;
}
</style>