Shades of Morning Glory #8BCECF
Tints of Morning Glory #8BCECF
RGB
CMYK
RGB Variations
Color information
#8BCECF (or 0x8BCECF) is known color: Morning Glory. HEX triplet: 8B, CE and CF. RGB value is (139,206,207). Sum of RGB (Red+Green+Blue) = 139+206+207=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCECF is #743130. Grayscale: #BABABA. Windows color (decimal): -7614769 or 13618827. OLE color: 13618827.
HSL color Cylindrical-coordinate representation of color #8BCECF: hue angle of 180.88º 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 #8BCECF is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 207 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.19 |
| HSL | 180.88º | 0.41% | 0.68% | - |
| HSV(B) | 180.88º | 0.33% | 0.81% | - |
| XYZ | 43.98 | 54.14 | 67.16 | - |
| YUV | 186.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 207 | 0.33 | 0.00 | 0 | 0.19 | 180.88 | 0.41 | 0.68 |
| Hex | 8B | CE | CF | 21 | 0 | 0 | 13 | B5 | 29 | 44 |
| Octal | 213 | 316 | 317 | 41 | 0 | 0 | 23 | 265 | 51 | 104 |
| Binary | 10001011 | 11001110 | 11001111 | 100001 | 0 | 0 | 10011 | 10110101 | 101001 | 1000100 |
Color Harmonies of #8BCECF
Complementary color
Monochromatic Colors of #8BCECF
Black with #8BCECF
Text Example
Text Example
White with #8BCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCECF; }
p { color: rgb(139,206,207); }
H1.HeaderClassName
{
color: #8BCECF;
}
.AnyTagClassName
{
color: #8BCECF;
}
</style>
background-color css
<style>
a { background-color: #8BCECF; }
a { background-color: rgb(139,206,207); }
div.DivClassName
{
background-color: #8BCECF;
}
.BgClassName
{
background-color: #8BCECF;
}
</style>
border-color css
<style>
span { border-color: #8BCECF; }
span { border-color: rgb(139,206,207); }
td.TdClassName
{
border-color: #8BCECF;
}
.TagClassName
{
border-color: #8BCECF;
}
</style>