Shades of Morning Glory #8BDFDE
Tints of Morning Glory #8BDFDE
RGB
CMYK
RGB Variations
Color information
#8BDFDE (or 0x8BDFDE) is known color: Morning Glory. HEX triplet: 8B, DF and DE. RGB value is (139,223,222). Sum of RGB (Red+Green+Blue) = 139+223+222=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFDE is #742021. Grayscale: #C5C5C5. Windows color (decimal): -7610402 or 14606219. OLE color: 14606219.
HSL color Cylindrical-coordinate representation of color #8BDFDE: hue angle of 179.29º 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 #8BDFDE is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 222 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.13 |
| HSL | 179.29º | 0.57% | 0.71% | - |
| HSV(B) | 179.29º | 0.38% | 0.87% | - |
| XYZ | 50.22 | 63.54 | 78.72 | - |
| YUV | 197.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 222 | 0.38 | 0 | 0.00 | 0.13 | 179.29 | 0.57 | 0.71 |
| Hex | 8B | DF | DE | 26 | 0 | 0 | D | B3 | 39 | 47 |
| Octal | 213 | 337 | 336 | 46 | 0 | 0 | 15 | 263 | 71 | 107 |
| Binary | 10001011 | 11011111 | 11011110 | 100110 | 0 | 0 | 1101 | 10110011 | 111001 | 1000111 |
Color Harmonies of #8BDFDE
Complementary color
Monochromatic Colors of #8BDFDE
Black with #8BDFDE
Text Example
Text Example
White with #8BDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFDE; }
p { color: rgb(139,223,222); }
H1.HeaderClassName
{
color: #8BDFDE;
}
.AnyTagClassName
{
color: #8BDFDE;
}
</style>
background-color css
<style>
a { background-color: #8BDFDE; }
a { background-color: rgb(139,223,222); }
div.DivClassName
{
background-color: #8BDFDE;
}
.BgClassName
{
background-color: #8BDFDE;
}
</style>
border-color css
<style>
span { border-color: #8BDFDE; }
span { border-color: rgb(139,223,222); }
td.TdClassName
{
border-color: #8BDFDE;
}
.TagClassName
{
border-color: #8BDFDE;
}
</style>