Shades of Morning Glory #8FDDDF
Tints of Morning Glory #8FDDDF
RGB
CMYK
RGB Variations
Color information
#8FDDDF (or 0x8FDDDF) is known color: Morning Glory. HEX triplet: 8F, DD and DF. RGB value is (143,221,223). Sum of RGB (Red+Green+Blue) = 143+221+223=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDDF is #702220. Grayscale: #C5C5C5. Windows color (decimal): -7348769 or 14671247. OLE color: 14671247.
HSL color Cylindrical-coordinate representation of color #8FDDDF: hue angle of 181.5º 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 #8FDDDF is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 223 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.13 |
| HSL | 181.5º | 0.56% | 0.72% | - |
| HSV(B) | 181.5º | 0.36% | 0.87% | - |
| XYZ | 50.5 | 62.88 | 79.29 | - |
| YUV | 197.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 223 | 0.36 | 0.01 | 0 | 0.13 | 181.5 | 0.56 | 0.72 |
| Hex | 8F | DD | DF | 24 | 1 | 0 | D | B6 | 38 | 48 |
| Octal | 217 | 335 | 337 | 44 | 1 | 0 | 15 | 266 | 70 | 110 |
| Binary | 10001111 | 11011101 | 11011111 | 100100 | 1 | 0 | 1101 | 10110110 | 111000 | 1001000 |
Color Harmonies of #8FDDDF
Complementary color
Monochromatic Colors of #8FDDDF
Black with #8FDDDF
Text Example
Text Example
White with #8FDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDDF; }
p { color: rgb(143,221,223); }
H1.HeaderClassName
{
color: #8FDDDF;
}
.AnyTagClassName
{
color: #8FDDDF;
}
</style>
background-color css
<style>
a { background-color: #8FDDDF; }
a { background-color: rgb(143,221,223); }
div.DivClassName
{
background-color: #8FDDDF;
}
.BgClassName
{
background-color: #8FDDDF;
}
</style>
border-color css
<style>
span { border-color: #8FDDDF; }
span { border-color: rgb(143,221,223); }
td.TdClassName
{
border-color: #8FDDDF;
}
.TagClassName
{
border-color: #8FDDDF;
}
</style>