Shades of Morning Glory #8FCDCF
Tints of Morning Glory #8FCDCF
RGB
CMYK
RGB Variations
Color information
#8FCDCF (or 0x8FCDCF) is known color: Morning Glory. HEX triplet: 8F, CD and CF. RGB value is (143,205,207). Sum of RGB (Red+Green+Blue) = 143+205+207=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FCDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDCF is #703230. Grayscale: #BABABA. Windows color (decimal): -7352881 or 13618575. OLE color: 13618575.
HSL color Cylindrical-coordinate representation of color #8FCDCF: hue angle of 181.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCDCF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 205 | 207 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.19 |
| HSL | 181.88º | 0.4% | 0.69% | - |
| HSV(B) | 181.88º | 0.31% | 0.81% | - |
| XYZ | 44.42 | 54.01 | 67.11 | - |
| YUV | 186.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 207 | 0.31 | 0.01 | 0 | 0.19 | 181.88 | 0.4 | 0.69 |
| Hex | 8F | CD | CF | 1F | 1 | 0 | 13 | B6 | 28 | 45 |
| Octal | 217 | 315 | 317 | 37 | 1 | 0 | 23 | 266 | 50 | 105 |
| Binary | 10001111 | 11001101 | 11001111 | 11111 | 1 | 0 | 10011 | 10110110 | 101000 | 1000101 |
Color Harmonies of #8FCDCF
Complementary color
Monochromatic Colors of #8FCDCF
Black with #8FCDCF
Text Example
Text Example
White with #8FCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDCF; }
p { color: rgb(143,205,207); }
H1.HeaderClassName
{
color: #8FCDCF;
}
.AnyTagClassName
{
color: #8FCDCF;
}
</style>
background-color css
<style>
a { background-color: #8FCDCF; }
a { background-color: rgb(143,205,207); }
div.DivClassName
{
background-color: #8FCDCF;
}
.BgClassName
{
background-color: #8FCDCF;
}
</style>
border-color css
<style>
span { border-color: #8FCDCF; }
span { border-color: rgb(143,205,207); }
td.TdClassName
{
border-color: #8FCDCF;
}
.TagClassName
{
border-color: #8FCDCF;
}
</style>