Shades of Morning Glory #8DCECE
Tints of Morning Glory #8DCECE
RGB
CMYK
RGB Variations
Color information
#8DCECE (or 0x8DCECE) is known color: Morning Glory. HEX triplet: 8D, CE and CE. RGB value is (141,206,206). Sum of RGB (Red+Green+Blue) = 141+206+206=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #8DCECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCECE is #723131. Grayscale: #BABABA. Windows color (decimal): -7483698 or 13553293. OLE color: 13553293.
HSL color Cylindrical-coordinate representation of color #8DCECE: hue angle of 180º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCECE is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 206 | - |
| CMYK | 0.32 | 0 | 0 | 0.19 |
| HSL | 180º | 0.4% | 0.68% | - |
| HSV(B) | 180º | 0.32% | 0.81% | - |
| XYZ | 44.2 | 54.26 | 66.54 | - |
| YUV | 186.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 206 | 0.32 | 0 | 0 | 0.19 | 180 | 0.4 | 0.68 |
| Hex | 8D | CE | CE | 20 | 0 | 0 | 13 | B4 | 28 | 44 |
| Octal | 215 | 316 | 316 | 40 | 0 | 0 | 23 | 264 | 50 | 104 |
| Binary | 10001101 | 11001110 | 11001110 | 100000 | 0 | 0 | 10011 | 10110100 | 101000 | 1000100 |
Color Harmonies of #8DCECE
Complementary color
Monochromatic Colors of #8DCECE
Black with #8DCECE
Text Example
Text Example
White with #8DCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCECE; }
p { color: rgb(141,206,206); }
H1.HeaderClassName
{
color: #8DCECE;
}
.AnyTagClassName
{
color: #8DCECE;
}
</style>
background-color css
<style>
a { background-color: #8DCECE; }
a { background-color: rgb(141,206,206); }
div.DivClassName
{
background-color: #8DCECE;
}
.BgClassName
{
background-color: #8DCECE;
}
</style>
border-color css
<style>
span { border-color: #8DCECE; }
span { border-color: rgb(141,206,206); }
td.TdClassName
{
border-color: #8DCECE;
}
.TagClassName
{
border-color: #8DCECE;
}
</style>