Shades of Morning Glory #8BCBCD
Tints of Morning Glory #8BCBCD
RGB
CMYK
RGB Variations
Color information
#8BCBCD (or 0x8BCBCD) is known color: Morning Glory. HEX triplet: 8B, CB and CD. RGB value is (139,203,205). Sum of RGB (Red+Green+Blue) = 139+203+205=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBCD is #743432. Grayscale: #B8B8B8. Windows color (decimal): -7615539 or 13486987. OLE color: 13486987.
HSL color Cylindrical-coordinate representation of color #8BCBCD: hue angle of 181.82º 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 #8BCBCD is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 205 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.20 |
| HSL | 181.82º | 0.4% | 0.67% | - |
| HSV(B) | 181.82º | 0.32% | 0.8% | - |
| XYZ | 43.02 | 52.61 | 65.64 | - |
| YUV | 184.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 205 | 0.32 | 0.01 | 0 | 0.20 | 181.82 | 0.4 | 0.67 |
| Hex | 8B | CB | CD | 20 | 1 | 0 | 14 | B6 | 28 | 43 |
| Octal | 213 | 313 | 315 | 40 | 1 | 0 | 24 | 266 | 50 | 103 |
| Binary | 10001011 | 11001011 | 11001101 | 100000 | 1 | 0 | 10100 | 10110110 | 101000 | 1000011 |
Color Harmonies of #8BCBCD
Complementary color
Monochromatic Colors of #8BCBCD
Black with #8BCBCD
Text Example
Text Example
White with #8BCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBCD; }
p { color: rgb(139,203,205); }
H1.HeaderClassName
{
color: #8BCBCD;
}
.AnyTagClassName
{
color: #8BCBCD;
}
</style>
background-color css
<style>
a { background-color: #8BCBCD; }
a { background-color: rgb(139,203,205); }
div.DivClassName
{
background-color: #8BCBCD;
}
.BgClassName
{
background-color: #8BCBCD;
}
</style>
border-color css
<style>
span { border-color: #8BCBCD; }
span { border-color: rgb(139,203,205); }
td.TdClassName
{
border-color: #8BCBCD;
}
.TagClassName
{
border-color: #8BCBCD;
}
</style>