Shades of Morning Glory #8FD0D9
Tints of Morning Glory #8FD0D9
RGB
CMYK
RGB Variations
Color information
#8FD0D9 (or 0x8FD0D9) is known color: Morning Glory. HEX triplet: 8F, D0 and D9. RGB value is (143,208,217). Sum of RGB (Red+Green+Blue) = 143+208+217=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #8FD0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD0D9 is #702F26. Grayscale: #BDBDBD. Windows color (decimal): -7352103 or 14274703. OLE color: 14274703.
HSL color Cylindrical-coordinate representation of color #8FD0D9: hue angle of 187.3º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD0D9 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 208 | 217 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.15 |
| HSL | 187.3º | 0.49% | 0.71% | - |
| HSV(B) | 187.3º | 0.34% | 0.85% | - |
| XYZ | 46.41 | 55.96 | 74 | - |
| YUV | 189.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 217 | 0.34 | 0.04 | 0 | 0.15 | 187.3 | 0.49 | 0.71 |
| Hex | 8F | D0 | D9 | 22 | 4 | 0 | F | BB | 31 | 47 |
| Octal | 217 | 320 | 331 | 42 | 4 | 0 | 17 | 273 | 61 | 107 |
| Binary | 10001111 | 11010000 | 11011001 | 100010 | 100 | 0 | 1111 | 10111011 | 110001 | 1000111 |
Color Harmonies of #8FD0D9
Complementary color
Monochromatic Colors of #8FD0D9
Black with #8FD0D9
Text Example
Text Example
White with #8FD0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0D9; }
p { color: rgb(143,208,217); }
H1.HeaderClassName
{
color: #8FD0D9;
}
.AnyTagClassName
{
color: #8FD0D9;
}
</style>
background-color css
<style>
a { background-color: #8FD0D9; }
a { background-color: rgb(143,208,217); }
div.DivClassName
{
background-color: #8FD0D9;
}
.BgClassName
{
background-color: #8FD0D9;
}
</style>
border-color css
<style>
span { border-color: #8FD0D9; }
span { border-color: rgb(143,208,217); }
td.TdClassName
{
border-color: #8FD0D9;
}
.TagClassName
{
border-color: #8FD0D9;
}
</style>