Shades of Morning Glory #8BCDCF
Tints of Morning Glory #8BCDCF
RGB
CMYK
RGB Variations
Color information
#8BCDCF (or 0x8BCDCF) is known color: Morning Glory. HEX triplet: 8B, CD and CF. RGB value is (139,205,207). Sum of RGB (Red+Green+Blue) = 139+205+207=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BCDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDCF is #743230. Grayscale: #B9B9B9. Windows color (decimal): -7615025 or 13618571. OLE color: 13618571.
HSL color Cylindrical-coordinate representation of color #8BCDCF: hue angle of 181.76º 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 #8BCDCF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 205 | 207 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.19 |
| HSL | 181.76º | 0.41% | 0.68% | - |
| HSV(B) | 181.76º | 0.33% | 0.81% | - |
| XYZ | 43.74 | 53.66 | 67.08 | - |
| YUV | 185.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 207 | 0.33 | 0.01 | 0 | 0.19 | 181.76 | 0.41 | 0.68 |
| Hex | 8B | CD | CF | 21 | 1 | 0 | 13 | B6 | 29 | 44 |
| Octal | 213 | 315 | 317 | 41 | 1 | 0 | 23 | 266 | 51 | 104 |
| Binary | 10001011 | 11001101 | 11001111 | 100001 | 1 | 0 | 10011 | 10110110 | 101001 | 1000100 |
Color Harmonies of #8BCDCF
Complementary color
Monochromatic Colors of #8BCDCF
Black with #8BCDCF
Text Example
Text Example
White with #8BCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDCF; }
p { color: rgb(139,205,207); }
H1.HeaderClassName
{
color: #8BCDCF;
}
.AnyTagClassName
{
color: #8BCDCF;
}
</style>
background-color css
<style>
a { background-color: #8BCDCF; }
a { background-color: rgb(139,205,207); }
div.DivClassName
{
background-color: #8BCDCF;
}
.BgClassName
{
background-color: #8BCDCF;
}
</style>
border-color css
<style>
span { border-color: #8BCDCF; }
span { border-color: rgb(139,205,207); }
td.TdClassName
{
border-color: #8BCDCF;
}
.TagClassName
{
border-color: #8BCDCF;
}
</style>