Shades of Morning Glory #8BDFDD
Tints of Morning Glory #8BDFDD
RGB
CMYK
RGB Variations
Color information
#8BDFDD (or 0x8BDFDD) is known color: Morning Glory. HEX triplet: 8B, DF and DD. RGB value is (139,223,221). Sum of RGB (Red+Green+Blue) = 139+223+221=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFDD is #742022. Grayscale: #C5C5C5. Windows color (decimal): -7610403 or 14540683. OLE color: 14540683.
HSL color Cylindrical-coordinate representation of color #8BDFDD: hue angle of 178.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFDD is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 221 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.13 |
| HSL | 178.57º | 0.57% | 0.71% | - |
| HSV(B) | 178.57º | 0.38% | 0.87% | - |
| XYZ | 50.09 | 63.48 | 78.02 | - |
| YUV | 197.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 221 | 0.38 | 0 | 0.01 | 0.13 | 178.57 | 0.57 | 0.71 |
| Hex | 8B | DF | DD | 26 | 0 | 1 | D | B3 | 39 | 47 |
| Octal | 213 | 337 | 335 | 46 | 0 | 1 | 15 | 263 | 71 | 107 |
| Binary | 10001011 | 11011111 | 11011101 | 100110 | 0 | 1 | 1101 | 10110011 | 111001 | 1000111 |
Color Harmonies of #8BDFDD
Complementary color
Monochromatic Colors of #8BDFDD
Black with #8BDFDD
Text Example
Text Example
White with #8BDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFDD; }
p { color: rgb(139,223,221); }
H1.HeaderClassName
{
color: #8BDFDD;
}
.AnyTagClassName
{
color: #8BDFDD;
}
</style>
background-color css
<style>
a { background-color: #8BDFDD; }
a { background-color: rgb(139,223,221); }
div.DivClassName
{
background-color: #8BDFDD;
}
.BgClassName
{
background-color: #8BDFDD;
}
</style>
border-color css
<style>
span { border-color: #8BDFDD; }
span { border-color: rgb(139,223,221); }
td.TdClassName
{
border-color: #8BDFDD;
}
.TagClassName
{
border-color: #8BDFDD;
}
</style>