Shades of Morning Glory #8FDCDC
Tints of Morning Glory #8FDCDC
RGB
CMYK
RGB Variations
Color information
#8FDCDC (or 0x8FDCDC) is known color: Morning Glory. HEX triplet: 8F, DC and DC. RGB value is (143,220,220). Sum of RGB (Red+Green+Blue) = 143+220+220=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #8FDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCDC is #702323. Grayscale: #C4C4C4. Windows color (decimal): -7349028 or 14474383. OLE color: 14474383.
HSL color Cylindrical-coordinate representation of color #8FDCDC: hue angle of 180º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCDC is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 220 | - |
| CMYK | 0.35 | 0 | 0 | 0.14 |
| HSL | 180º | 0.52% | 0.71% | - |
| HSV(B) | 180º | 0.35% | 0.86% | - |
| XYZ | 49.84 | 62.19 | 77.09 | - |
| YUV | 196.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 220 | 0.35 | 0 | 0 | 0.14 | 180 | 0.52 | 0.71 |
| Hex | 8F | DC | DC | 23 | 0 | 0 | E | B4 | 34 | 47 |
| Octal | 217 | 334 | 334 | 43 | 0 | 0 | 16 | 264 | 64 | 107 |
| Binary | 10001111 | 11011100 | 11011100 | 100011 | 0 | 0 | 1110 | 10110100 | 110100 | 1000111 |
Color Harmonies of #8FDCDC
Complementary color
Monochromatic Colors of #8FDCDC
Black with #8FDCDC
Text Example
Text Example
White with #8FDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCDC; }
p { color: rgb(143,220,220); }
H1.HeaderClassName
{
color: #8FDCDC;
}
.AnyTagClassName
{
color: #8FDCDC;
}
</style>
background-color css
<style>
a { background-color: #8FDCDC; }
a { background-color: rgb(143,220,220); }
div.DivClassName
{
background-color: #8FDCDC;
}
.BgClassName
{
background-color: #8FDCDC;
}
</style>
border-color css
<style>
span { border-color: #8FDCDC; }
span { border-color: rgb(143,220,220); }
td.TdClassName
{
border-color: #8FDCDC;
}
.TagClassName
{
border-color: #8FDCDC;
}
</style>