Shades of Morning Glory #8BDCDA
Tints of Morning Glory #8BDCDA
RGB
CMYK
RGB Variations
Color information
#8BDCDA (or 0x8BDCDA) is known color: Morning Glory. HEX triplet: 8B, DC and DA. RGB value is (139,220,218). Sum of RGB (Red+Green+Blue) = 139+220+218=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCDA is #742325. Grayscale: #C3C3C3. Windows color (decimal): -7611174 or 14343307. OLE color: 14343307.
HSL color Cylindrical-coordinate representation of color #8BDCDA: hue angle of 178.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCDA is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 218 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.14 |
| HSL | 178.52º | 0.54% | 0.7% | - |
| HSV(B) | 178.52º | 0.37% | 0.86% | - |
| XYZ | 48.9 | 61.74 | 75.67 | - |
| YUV | 195.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 218 | 0.37 | 0 | 0.01 | 0.14 | 178.52 | 0.54 | 0.7 |
| Hex | 8B | DC | DA | 25 | 0 | 1 | E | B3 | 36 | 46 |
| Octal | 213 | 334 | 332 | 45 | 0 | 1 | 16 | 263 | 66 | 106 |
| Binary | 10001011 | 11011100 | 11011010 | 100101 | 0 | 1 | 1110 | 10110011 | 110110 | 1000110 |
Color Harmonies of #8BDCDA
Complementary color
Monochromatic Colors of #8BDCDA
Black with #8BDCDA
Text Example
Text Example
White with #8BDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCDA; }
p { color: rgb(139,220,218); }
H1.HeaderClassName
{
color: #8BDCDA;
}
.AnyTagClassName
{
color: #8BDCDA;
}
</style>
background-color css
<style>
a { background-color: #8BDCDA; }
a { background-color: rgb(139,220,218); }
div.DivClassName
{
background-color: #8BDCDA;
}
.BgClassName
{
background-color: #8BDCDA;
}
</style>
border-color css
<style>
span { border-color: #8BDCDA; }
span { border-color: rgb(139,220,218); }
td.TdClassName
{
border-color: #8BDCDA;
}
.TagClassName
{
border-color: #8BDCDA;
}
</style>