Shades of Morning Glory #8BCECE
Tints of Morning Glory #8BCECE
RGB
CMYK
RGB Variations
Color information
#8BCECE (or 0x8BCECE) is known color: Morning Glory. HEX triplet: 8B, CE and CE. RGB value is (139,206,206). Sum of RGB (Red+Green+Blue) = 139+206+206=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #8BCECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCECE is #743131. Grayscale: #B9B9B9. Windows color (decimal): -7614770 or 13553291. OLE color: 13553291.
HSL color Cylindrical-coordinate representation of color #8BCECE: hue angle of 180º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCECE is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 206 | - |
| CMYK | 0.33 | 0 | 0 | 0.19 |
| HSL | 180º | 0.41% | 0.68% | - |
| HSV(B) | 180º | 0.33% | 0.81% | - |
| XYZ | 43.86 | 54.09 | 66.52 | - |
| YUV | 185.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 206 | 0.33 | 0 | 0 | 0.19 | 180 | 0.41 | 0.68 |
| Hex | 8B | CE | CE | 21 | 0 | 0 | 13 | B4 | 29 | 44 |
| Octal | 213 | 316 | 316 | 41 | 0 | 0 | 23 | 264 | 51 | 104 |
| Binary | 10001011 | 11001110 | 11001110 | 100001 | 0 | 0 | 10011 | 10110100 | 101001 | 1000100 |
Color Harmonies of #8BCECE
Complementary color
Monochromatic Colors of #8BCECE
Black with #8BCECE
Text Example
Text Example
White with #8BCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCECE; }
p { color: rgb(139,206,206); }
H1.HeaderClassName
{
color: #8BCECE;
}
.AnyTagClassName
{
color: #8BCECE;
}
</style>
background-color css
<style>
a { background-color: #8BCECE; }
a { background-color: rgb(139,206,206); }
div.DivClassName
{
background-color: #8BCECE;
}
.BgClassName
{
background-color: #8BCECE;
}
</style>
border-color css
<style>
span { border-color: #8BCECE; }
span { border-color: rgb(139,206,206); }
td.TdClassName
{
border-color: #8BCECE;
}
.TagClassName
{
border-color: #8BCECE;
}
</style>