Shades of Morning Glory #8FDDDC
Tints of Morning Glory #8FDDDC
RGB
CMYK
RGB Variations
Color information
#8FDDDC (or 0x8FDDDC) is known color: Morning Glory. HEX triplet: 8F, DD and DC. RGB value is (143,221,220). Sum of RGB (Red+Green+Blue) = 143+221+220=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDDC is #702223. Grayscale: #C5C5C5. Windows color (decimal): -7348772 or 14474639. OLE color: 14474639.
HSL color Cylindrical-coordinate representation of color #8FDDDC: hue angle of 179.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDDC is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 143 | 221 | 220 | - |
CMYK | 0.35 | 0 | 0.00 | 0.13 |
HSL | 179.23º | 0.53% | 0.71% | - |
HSV(B) | 179.23º | 0.35% | 0.87% | - |
XYZ | 50.1 | 62.72 | 77.18 | - |
YUV | 197.56 | 140.66 | 89.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 221 | 220 | 0.35 | 0 | 0.00 | 0.13 | 179.23 | 0.53 | 0.71 |
Hex | 8F | DD | DC | 23 | 0 | 0 | D | B3 | 35 | 47 |
Octal | 217 | 335 | 334 | 43 | 0 | 0 | 15 | 263 | 65 | 107 |
Binary | 10001111 | 11011101 | 11011100 | 100011 | 0 | 0 | 1101 | 10110011 | 110101 | 1000111 |
Color Harmonies of #8FDDDC
Complementary color
Monochromatic Colors of #8FDDDC
Black with #8FDDDC
Text Example
Text Example
White with #8FDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDDC; }
p { color: rgb(143,221,220); }
H1.HeaderClassName
{
color: #8FDDDC;
}
.AnyTagClassName
{
color: #8FDDDC;
}
</style>
background-color css
<style>
a { background-color: #8FDDDC; }
a { background-color: rgb(143,221,220); }
div.DivClassName
{
background-color: #8FDDDC;
}
.BgClassName
{
background-color: #8FDDDC;
}
</style>
border-color css
<style>
span { border-color: #8FDDDC; }
span { border-color: rgb(143,221,220); }
td.TdClassName
{
border-color: #8FDDDC;
}
.TagClassName
{
border-color: #8FDDDC;
}
</style>