Shades of Morning Glory #8FDBDF
Tints of Morning Glory #8FDBDF
RGB
CMYK
RGB Variations
Color information
#8FDBDF (or 0x8FDBDF) is known color: Morning Glory. HEX triplet: 8F, DB and DF. RGB value is (143,219,223). Sum of RGB (Red+Green+Blue) = 143+219+223=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBDF is #702420. Grayscale: #C4C4C4. Windows color (decimal): -7349281 or 14670735. OLE color: 14670735.
HSL color Cylindrical-coordinate representation of color #8FDBDF: hue angle of 183º 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 #8FDBDF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 219 | 223 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.13 |
| HSL | 183º | 0.56% | 0.72% | - |
| HSV(B) | 183º | 0.36% | 0.87% | - |
| XYZ | 49.98 | 61.83 | 79.11 | - |
| YUV | 196.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 223 | 0.36 | 0.02 | 0 | 0.13 | 183 | 0.56 | 0.72 |
| Hex | 8F | DB | DF | 24 | 2 | 0 | D | B7 | 38 | 48 |
| Octal | 217 | 333 | 337 | 44 | 2 | 0 | 15 | 267 | 70 | 110 |
| Binary | 10001111 | 11011011 | 11011111 | 100100 | 10 | 0 | 1101 | 10110111 | 111000 | 1001000 |
Color Harmonies of #8FDBDF
Complementary color
Monochromatic Colors of #8FDBDF
Black with #8FDBDF
Text Example
Text Example
White with #8FDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBDF; }
p { color: rgb(143,219,223); }
H1.HeaderClassName
{
color: #8FDBDF;
}
.AnyTagClassName
{
color: #8FDBDF;
}
</style>
background-color css
<style>
a { background-color: #8FDBDF; }
a { background-color: rgb(143,219,223); }
div.DivClassName
{
background-color: #8FDBDF;
}
.BgClassName
{
background-color: #8FDBDF;
}
</style>
border-color css
<style>
span { border-color: #8FDBDF; }
span { border-color: rgb(143,219,223); }
td.TdClassName
{
border-color: #8FDBDF;
}
.TagClassName
{
border-color: #8FDBDF;
}
</style>