Shades of Morning Glory #8BCBCF
Tints of Morning Glory #8BCBCF
RGB
CMYK
RGB Variations
Color information
#8BCBCF (or 0x8BCBCF) is known color: Morning Glory. HEX triplet: 8B, CB and CF. RGB value is (139,203,207). Sum of RGB (Red+Green+Blue) = 139+203+207=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BCBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBCF is #743430. Grayscale: #B8B8B8. Windows color (decimal): -7615537 or 13618059. OLE color: 13618059.
HSL color Cylindrical-coordinate representation of color #8BCBCF: hue angle of 183.53º 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 #8BCBCF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 203 | 207 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.19 |
| HSL | 183.53º | 0.41% | 0.68% | - |
| HSV(B) | 183.53º | 0.33% | 0.81% | - |
| XYZ | 43.27 | 52.71 | 66.92 | - |
| YUV | 184.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 207 | 0.33 | 0.02 | 0 | 0.19 | 183.53 | 0.41 | 0.68 |
| Hex | 8B | CB | CF | 21 | 2 | 0 | 13 | B8 | 29 | 44 |
| Octal | 213 | 313 | 317 | 41 | 2 | 0 | 23 | 270 | 51 | 104 |
| Binary | 10001011 | 11001011 | 11001111 | 100001 | 10 | 0 | 10011 | 10111000 | 101001 | 1000100 |
Color Harmonies of #8BCBCF
Complementary color
Monochromatic Colors of #8BCBCF
Black with #8BCBCF
Text Example
Text Example
White with #8BCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBCF; }
p { color: rgb(139,203,207); }
H1.HeaderClassName
{
color: #8BCBCF;
}
.AnyTagClassName
{
color: #8BCBCF;
}
</style>
background-color css
<style>
a { background-color: #8BCBCF; }
a { background-color: rgb(139,203,207); }
div.DivClassName
{
background-color: #8BCBCF;
}
.BgClassName
{
background-color: #8BCBCF;
}
</style>
border-color css
<style>
span { border-color: #8BCBCF; }
span { border-color: rgb(139,203,207); }
td.TdClassName
{
border-color: #8BCBCF;
}
.TagClassName
{
border-color: #8BCBCF;
}
</style>