Shades of Morning Glory #8FDADF
Tints of Morning Glory #8FDADF
RGB
CMYK
RGB Variations
Color information
#8FDADF (or 0x8FDADF) is known color: Morning Glory. HEX triplet: 8F, DA and DF. RGB value is (143,218,223). Sum of RGB (Red+Green+Blue) = 143+218+223=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDADF is #702520. Grayscale: #C4C4C4. Windows color (decimal): -7349537 or 14670479. OLE color: 14670479.
HSL color Cylindrical-coordinate representation of color #8FDADF: hue angle of 183.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDADF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 218 | 223 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.13 |
| HSL | 183.75º | 0.56% | 0.72% | - |
| HSV(B) | 183.75º | 0.36% | 0.87% | - |
| XYZ | 49.72 | 61.31 | 79.03 | - |
| YUV | 196.15 | 143.15 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 223 | 0.36 | 0.02 | 0 | 0.13 | 183.75 | 0.56 | 0.72 |
| Hex | 8F | DA | DF | 24 | 2 | 0 | D | B8 | 38 | 48 |
| Octal | 217 | 332 | 337 | 44 | 2 | 0 | 15 | 270 | 70 | 110 |
| Binary | 10001111 | 11011010 | 11011111 | 100100 | 10 | 0 | 1101 | 10111000 | 111000 | 1001000 |
Color Harmonies of #8FDADF
Complementary color
Monochromatic Colors of #8FDADF
Black with #8FDADF
Text Example
Text Example
White with #8FDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDADF; }
p { color: rgb(143,218,223); }
H1.HeaderClassName
{
color: #8FDADF;
}
.AnyTagClassName
{
color: #8FDADF;
}
</style>
background-color css
<style>
a { background-color: #8FDADF; }
a { background-color: rgb(143,218,223); }
div.DivClassName
{
background-color: #8FDADF;
}
.BgClassName
{
background-color: #8FDADF;
}
</style>
border-color css
<style>
span { border-color: #8FDADF; }
span { border-color: rgb(143,218,223); }
td.TdClassName
{
border-color: #8FDADF;
}
.TagClassName
{
border-color: #8FDADF;
}
</style>