Shades of Morning Glory #8BCACA
Tints of Morning Glory #8BCACA
RGB
CMYK
RGB Variations
Color information
#8BCACA (or 0x8BCACA) is known color: Morning Glory. HEX triplet: 8B, CA and CA. RGB value is (139,202,202). Sum of RGB (Red+Green+Blue) = 139+202+202=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #8BCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCACA is #743535. Grayscale: #B7B7B7. Windows color (decimal): -7615798 or 13290123. OLE color: 13290123.
HSL color Cylindrical-coordinate representation of color #8BCACA: hue angle of 180º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCACA is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 202 | - |
| CMYK | 0.31 | 0 | 0 | 0.21 |
| HSL | 180º | 0.37% | 0.67% | - |
| HSV(B) | 180º | 0.31% | 0.79% | - |
| XYZ | 42.43 | 51.99 | 63.68 | - |
| YUV | 183.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 202 | 0.31 | 0 | 0 | 0.21 | 180 | 0.37 | 0.67 |
| Hex | 8B | CA | CA | 1F | 0 | 0 | 15 | B4 | 25 | 43 |
| Octal | 213 | 312 | 312 | 37 | 0 | 0 | 25 | 264 | 45 | 103 |
| Binary | 10001011 | 11001010 | 11001010 | 11111 | 0 | 0 | 10101 | 10110100 | 100101 | 1000011 |
Color Harmonies of #8BCACA
Complementary color
Monochromatic Colors of #8BCACA
Black with #8BCACA
Text Example
Text Example
White with #8BCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCACA; }
p { color: rgb(139,202,202); }
H1.HeaderClassName
{
color: #8BCACA;
}
.AnyTagClassName
{
color: #8BCACA;
}
</style>
background-color css
<style>
a { background-color: #8BCACA; }
a { background-color: rgb(139,202,202); }
div.DivClassName
{
background-color: #8BCACA;
}
.BgClassName
{
background-color: #8BCACA;
}
</style>
border-color css
<style>
span { border-color: #8BCACA; }
span { border-color: rgb(139,202,202); }
td.TdClassName
{
border-color: #8BCACA;
}
.TagClassName
{
border-color: #8BCACA;
}
</style>