Shades of Morning Glory #8BCCCC
Tints of Morning Glory #8BCCCC
RGB
CMYK
RGB Variations
Color information
#8BCCCC (or 0x8BCCCC) is known color: Morning Glory. HEX triplet: 8B, CC and CC. RGB value is (139,204,204). Sum of RGB (Red+Green+Blue) = 139+204+204=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #8BCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCCC is #743333. Grayscale: #B8B8B8. Windows color (decimal): -7615284 or 13421707. OLE color: 13421707.
HSL color Cylindrical-coordinate representation of color #8BCCCC: hue angle of 180º degrees, saturation: 0.39, 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 #8BCCCC is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 204 | - |
| CMYK | 0.32 | 0 | 0 | 0.2 |
| HSL | 180º | 0.39% | 0.67% | - |
| HSV(B) | 180º | 0.32% | 0.8% | - |
| XYZ | 43.14 | 53.03 | 65.09 | - |
| YUV | 184.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 204 | 0.32 | 0 | 0 | 0.2 | 180 | 0.39 | 0.67 |
| Hex | 8B | CC | CC | 20 | 0 | 0 | 14 | B4 | 27 | 43 |
| Octal | 213 | 314 | 314 | 40 | 0 | 0 | 24 | 264 | 47 | 103 |
| Binary | 10001011 | 11001100 | 11001100 | 100000 | 0 | 0 | 10100 | 10110100 | 100111 | 1000011 |
Color Harmonies of #8BCCCC
Complementary color
Monochromatic Colors of #8BCCCC
Black with #8BCCCC
Text Example
Text Example
White with #8BCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCCC; }
p { color: rgb(139,204,204); }
H1.HeaderClassName
{
color: #8BCCCC;
}
.AnyTagClassName
{
color: #8BCCCC;
}
</style>
background-color css
<style>
a { background-color: #8BCCCC; }
a { background-color: rgb(139,204,204); }
div.DivClassName
{
background-color: #8BCCCC;
}
.BgClassName
{
background-color: #8BCCCC;
}
</style>
border-color css
<style>
span { border-color: #8BCCCC; }
span { border-color: rgb(139,204,204); }
td.TdClassName
{
border-color: #8BCCCC;
}
.TagClassName
{
border-color: #8BCCCC;
}
</style>