Shades of Morning Glory #8FCDCD
Tints of Morning Glory #8FCDCD
RGB
CMYK
RGB Variations
Color information
#8FCDCD (or 0x8FCDCD) is known color: Morning Glory. HEX triplet: 8F, CD and CD. RGB value is (143,205,205). Sum of RGB (Red+Green+Blue) = 143+205+205=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #8FCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDCD is #703232. Grayscale: #BABABA. Windows color (decimal): -7352883 or 13487503. OLE color: 13487503.
HSL color Cylindrical-coordinate representation of color #8FCDCD: hue angle of 180º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCDCD is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 205 | - |
| CMYK | 0.30 | 0 | 0 | 0.20 |
| HSL | 180º | 0.38% | 0.68% | - |
| HSV(B) | 180º | 0.3% | 0.8% | - |
| XYZ | 44.18 | 53.91 | 65.83 | - |
| YUV | 186.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 205 | 0.30 | 0 | 0 | 0.20 | 180 | 0.38 | 0.68 |
| Hex | 8F | CD | CD | 1E | 0 | 0 | 14 | B4 | 26 | 44 |
| Octal | 217 | 315 | 315 | 36 | 0 | 0 | 24 | 264 | 46 | 104 |
| Binary | 10001111 | 11001101 | 11001101 | 11110 | 0 | 0 | 10100 | 10110100 | 100110 | 1000100 |
Color Harmonies of #8FCDCD
Complementary color
Monochromatic Colors of #8FCDCD
Black with #8FCDCD
Text Example
Text Example
White with #8FCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDCD; }
p { color: rgb(143,205,205); }
H1.HeaderClassName
{
color: #8FCDCD;
}
.AnyTagClassName
{
color: #8FCDCD;
}
</style>
background-color css
<style>
a { background-color: #8FCDCD; }
a { background-color: rgb(143,205,205); }
div.DivClassName
{
background-color: #8FCDCD;
}
.BgClassName
{
background-color: #8FCDCD;
}
</style>
border-color css
<style>
span { border-color: #8FCDCD; }
span { border-color: rgb(143,205,205); }
td.TdClassName
{
border-color: #8FCDCD;
}
.TagClassName
{
border-color: #8FCDCD;
}
</style>