Shades of Morning Glory #8FDFDF
Tints of Morning Glory #8FDFDF
RGB
CMYK
RGB Variations
Color information
#8FDFDF (or 0x8FDFDF) is known color: Morning Glory. HEX triplet: 8F, DF and DF. RGB value is (143,223,223). Sum of RGB (Red+Green+Blue) = 143+223+223=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #8FDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFDF is #702020. Grayscale: #C7C7C7. Windows color (decimal): -7348257 or 14671759. OLE color: 14671759.
HSL color Cylindrical-coordinate representation of color #8FDFDF: hue angle of 180º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFDF is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 223 | - |
| CMYK | 0.36 | 0 | 0 | 0.13 |
| HSL | 180º | 0.56% | 0.72% | - |
| HSV(B) | 180º | 0.36% | 0.87% | - |
| XYZ | 51.03 | 63.94 | 79.46 | - |
| YUV | 199.08 | 141.5 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 223 | 0.36 | 0 | 0 | 0.13 | 180 | 0.56 | 0.72 |
| Hex | 8F | DF | DF | 24 | 0 | 0 | D | B4 | 38 | 48 |
| Octal | 217 | 337 | 337 | 44 | 0 | 0 | 15 | 264 | 70 | 110 |
| Binary | 10001111 | 11011111 | 11011111 | 100100 | 0 | 0 | 1101 | 10110100 | 111000 | 1001000 |
Color Harmonies of #8FDFDF
Complementary color
Monochromatic Colors of #8FDFDF
Black with #8FDFDF
Text Example
Text Example
White with #8FDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFDF; }
p { color: rgb(143,223,223); }
H1.HeaderClassName
{
color: #8FDFDF;
}
.AnyTagClassName
{
color: #8FDFDF;
}
</style>
background-color css
<style>
a { background-color: #8FDFDF; }
a { background-color: rgb(143,223,223); }
div.DivClassName
{
background-color: #8FDFDF;
}
.BgClassName
{
background-color: #8FDFDF;
}
</style>
border-color css
<style>
span { border-color: #8FDFDF; }
span { border-color: rgb(143,223,223); }
td.TdClassName
{
border-color: #8FDFDF;
}
.TagClassName
{
border-color: #8FDFDF;
}
</style>