Shades of Morning Glory #8BCBCC
Tints of Morning Glory #8BCBCC
RGB
CMYK
RGB Variations
Color information
#8BCBCC (or 0x8BCBCC) is known color: Morning Glory. HEX triplet: 8B, CB and CC. RGB value is (139,203,204). Sum of RGB (Red+Green+Blue) = 139+203+204=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBCC is #743433. Grayscale: #B7B7B7. Windows color (decimal): -7615540 or 13421451. OLE color: 13421451.
HSL color Cylindrical-coordinate representation of color #8BCBCC: hue angle of 180.92º 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 #8BCBCC is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 203 | 204 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.2 |
| HSL | 180.92º | 0.39% | 0.67% | - |
| HSV(B) | 180.92º | 0.32% | 0.8% | - |
| XYZ | 42.9 | 52.56 | 65.01 | - |
| YUV | 183.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 204 | 0.32 | 0.00 | 0 | 0.2 | 180.92 | 0.39 | 0.67 |
| Hex | 8B | CB | CC | 20 | 0 | 0 | 14 | B5 | 27 | 43 |
| Octal | 213 | 313 | 314 | 40 | 0 | 0 | 24 | 265 | 47 | 103 |
| Binary | 10001011 | 11001011 | 11001100 | 100000 | 0 | 0 | 10100 | 10110101 | 100111 | 1000011 |
Color Harmonies of #8BCBCC
Complementary color
Monochromatic Colors of #8BCBCC
Black with #8BCBCC
Text Example
Text Example
White with #8BCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBCC; }
p { color: rgb(139,203,204); }
H1.HeaderClassName
{
color: #8BCBCC;
}
.AnyTagClassName
{
color: #8BCBCC;
}
</style>
background-color css
<style>
a { background-color: #8BCBCC; }
a { background-color: rgb(139,203,204); }
div.DivClassName
{
background-color: #8BCBCC;
}
.BgClassName
{
background-color: #8BCBCC;
}
</style>
border-color css
<style>
span { border-color: #8BCBCC; }
span { border-color: rgb(139,203,204); }
td.TdClassName
{
border-color: #8BCBCC;
}
.TagClassName
{
border-color: #8BCBCC;
}
</style>