Shades of Morning Glory #8FDADD
Tints of Morning Glory #8FDADD
RGB
CMYK
RGB Variations
Color information
#8FDADD (or 0x8FDADD) is known color: Morning Glory. HEX triplet: 8F, DA and DD. RGB value is (143,218,221). Sum of RGB (Red+Green+Blue) = 143+218+221=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDADD is #702522. Grayscale: #C3C3C3. Windows color (decimal): -7349539 or 14539407. OLE color: 14539407.
HSL color Cylindrical-coordinate representation of color #8FDADD: hue angle of 182.31º 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 #8FDADD is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 218 | 221 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.13 |
| HSL | 182.31º | 0.53% | 0.71% | - |
| HSV(B) | 182.31º | 0.35% | 0.87% | - |
| XYZ | 49.45 | 61.2 | 77.61 | - |
| YUV | 195.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 221 | 0.35 | 0.01 | 0 | 0.13 | 182.31 | 0.53 | 0.71 |
| Hex | 8F | DA | DD | 23 | 1 | 0 | D | B6 | 35 | 47 |
| Octal | 217 | 332 | 335 | 43 | 1 | 0 | 15 | 266 | 65 | 107 |
| Binary | 10001111 | 11011010 | 11011101 | 100011 | 1 | 0 | 1101 | 10110110 | 110101 | 1000111 |
Color Harmonies of #8FDADD
Complementary color
Monochromatic Colors of #8FDADD
Black with #8FDADD
Text Example
Text Example
White with #8FDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDADD; }
p { color: rgb(143,218,221); }
H1.HeaderClassName
{
color: #8FDADD;
}
.AnyTagClassName
{
color: #8FDADD;
}
</style>
background-color css
<style>
a { background-color: #8FDADD; }
a { background-color: rgb(143,218,221); }
div.DivClassName
{
background-color: #8FDADD;
}
.BgClassName
{
background-color: #8FDADD;
}
</style>
border-color css
<style>
span { border-color: #8FDADD; }
span { border-color: rgb(143,218,221); }
td.TdClassName
{
border-color: #8FDADD;
}
.TagClassName
{
border-color: #8FDADD;
}
</style>