Shades of Morning Glory #8FD0D8
Tints of Morning Glory #8FD0D8
RGB
CMYK
RGB Variations
Color information
#8FD0D8 (or 0x8FD0D8) is known color: Morning Glory. HEX triplet: 8F, D0 and D8. RGB value is (143,208,216). Sum of RGB (Red+Green+Blue) = 143+208+216=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #8FD0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD0D8 is #702F27. Grayscale: #BDBDBD. Windows color (decimal): -7352104 or 14209167. OLE color: 14209167.
HSL color Cylindrical-coordinate representation of color #8FD0D8: hue angle of 186.58º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD0D8 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 208 | 216 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.15 |
| HSL | 186.58º | 0.48% | 0.7% | - |
| HSV(B) | 186.58º | 0.34% | 0.85% | - |
| XYZ | 46.28 | 55.91 | 73.32 | - |
| YUV | 189.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 216 | 0.34 | 0.04 | 0 | 0.15 | 186.58 | 0.48 | 0.7 |
| Hex | 8F | D0 | D8 | 22 | 4 | 0 | F | BB | 30 | 46 |
| Octal | 217 | 320 | 330 | 42 | 4 | 0 | 17 | 273 | 60 | 106 |
| Binary | 10001111 | 11010000 | 11011000 | 100010 | 100 | 0 | 1111 | 10111011 | 110000 | 1000110 |
Color Harmonies of #8FD0D8
Complementary color
Monochromatic Colors of #8FD0D8
Black with #8FD0D8
Text Example
Text Example
White with #8FD0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0D8; }
p { color: rgb(143,208,216); }
H1.HeaderClassName
{
color: #8FD0D8;
}
.AnyTagClassName
{
color: #8FD0D8;
}
</style>
background-color css
<style>
a { background-color: #8FD0D8; }
a { background-color: rgb(143,208,216); }
div.DivClassName
{
background-color: #8FD0D8;
}
.BgClassName
{
background-color: #8FD0D8;
}
</style>
border-color css
<style>
span { border-color: #8FD0D8; }
span { border-color: rgb(143,208,216); }
td.TdClassName
{
border-color: #8FD0D8;
}
.TagClassName
{
border-color: #8FD0D8;
}
</style>