Shades of Morning Glory #8BCDCD
Tints of Morning Glory #8BCDCD
RGB
CMYK
RGB Variations
Color information
#8BCDCD (or 0x8BCDCD) is known color: Morning Glory. HEX triplet: 8B, CD and CD. RGB value is (139,205,205). Sum of RGB (Red+Green+Blue) = 139+205+205=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #8BCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDCD is #743232. Grayscale: #B9B9B9. Windows color (decimal): -7615027 or 13487499. OLE color: 13487499.
HSL color Cylindrical-coordinate representation of color #8BCDCD: hue angle of 180º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDCD is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 205 | - |
| CMYK | 0.32 | 0 | 0 | 0.20 |
| HSL | 180º | 0.4% | 0.67% | - |
| HSV(B) | 180º | 0.32% | 0.8% | - |
| XYZ | 43.5 | 53.56 | 65.8 | - |
| YUV | 185.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 205 | 0.32 | 0 | 0 | 0.20 | 180 | 0.4 | 0.67 |
| Hex | 8B | CD | CD | 20 | 0 | 0 | 14 | B4 | 28 | 43 |
| Octal | 213 | 315 | 315 | 40 | 0 | 0 | 24 | 264 | 50 | 103 |
| Binary | 10001011 | 11001101 | 11001101 | 100000 | 0 | 0 | 10100 | 10110100 | 101000 | 1000011 |
Color Harmonies of #8BCDCD
Complementary color
Monochromatic Colors of #8BCDCD
Black with #8BCDCD
Text Example
Text Example
White with #8BCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDCD; }
p { color: rgb(139,205,205); }
H1.HeaderClassName
{
color: #8BCDCD;
}
.AnyTagClassName
{
color: #8BCDCD;
}
</style>
background-color css
<style>
a { background-color: #8BCDCD; }
a { background-color: rgb(139,205,205); }
div.DivClassName
{
background-color: #8BCDCD;
}
.BgClassName
{
background-color: #8BCDCD;
}
</style>
border-color css
<style>
span { border-color: #8BCDCD; }
span { border-color: rgb(139,205,205); }
td.TdClassName
{
border-color: #8BCDCD;
}
.TagClassName
{
border-color: #8BCDCD;
}
</style>