Shades of Morning Glory #8FDADA
Tints of Morning Glory #8FDADA
RGB
CMYK
RGB Variations
Color information
#8FDADA (or 0x8FDADA) is known color: Morning Glory. HEX triplet: 8F, DA and DA. RGB value is (143,218,218). Sum of RGB (Red+Green+Blue) = 143+218+218=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #8FDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDADA is #702525. Grayscale: #C3C3C3. Windows color (decimal): -7349542 or 14342799. OLE color: 14342799.
HSL color Cylindrical-coordinate representation of color #8FDADA: hue angle of 180º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDADA is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 218 | - |
| CMYK | 0.34 | 0 | 0 | 0.15 |
| HSL | 180º | 0.5% | 0.71% | - |
| HSV(B) | 180º | 0.34% | 0.85% | - |
| XYZ | 49.05 | 61.04 | 75.53 | - |
| YUV | 195.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 218 | 0.34 | 0 | 0 | 0.15 | 180 | 0.5 | 0.71 |
| Hex | 8F | DA | DA | 22 | 0 | 0 | F | B4 | 32 | 47 |
| Octal | 217 | 332 | 332 | 42 | 0 | 0 | 17 | 264 | 62 | 107 |
| Binary | 10001111 | 11011010 | 11011010 | 100010 | 0 | 0 | 1111 | 10110100 | 110010 | 1000111 |
Color Harmonies of #8FDADA
Complementary color
Monochromatic Colors of #8FDADA
Black with #8FDADA
Text Example
Text Example
White with #8FDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDADA; }
p { color: rgb(143,218,218); }
H1.HeaderClassName
{
color: #8FDADA;
}
.AnyTagClassName
{
color: #8FDADA;
}
</style>
background-color css
<style>
a { background-color: #8FDADA; }
a { background-color: rgb(143,218,218); }
div.DivClassName
{
background-color: #8FDADA;
}
.BgClassName
{
background-color: #8FDADA;
}
</style>
border-color css
<style>
span { border-color: #8FDADA; }
span { border-color: rgb(143,218,218); }
td.TdClassName
{
border-color: #8FDADA;
}
.TagClassName
{
border-color: #8FDADA;
}
</style>