Shades of Morning Glory #8FDADB
Tints of Morning Glory #8FDADB
RGB
CMYK
RGB Variations
Color information
#8FDADB (or 0x8FDADB) is known color: Morning Glory. HEX triplet: 8F, DA and DB. RGB value is (143,218,219). Sum of RGB (Red+Green+Blue) = 143+218+219=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDADB is #702524. Grayscale: #C3C3C3. Windows color (decimal): -7349541 or 14408335. OLE color: 14408335.
HSL color Cylindrical-coordinate representation of color #8FDADB: hue angle of 180.79º degrees, saturation: 0.51, 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 #8FDADB is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 218 | 219 | - |
| CMYK | 0.35 | 0.00 | 0 | 0.14 |
| HSL | 180.79º | 0.51% | 0.71% | - |
| HSV(B) | 180.79º | 0.35% | 0.86% | - |
| XYZ | 49.19 | 61.1 | 76.22 | - |
| YUV | 195.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 219 | 0.35 | 0.00 | 0 | 0.14 | 180.79 | 0.51 | 0.71 |
| Hex | 8F | DA | DB | 23 | 0 | 0 | E | B5 | 33 | 47 |
| Octal | 217 | 332 | 333 | 43 | 0 | 0 | 16 | 265 | 63 | 107 |
| Binary | 10001111 | 11011010 | 11011011 | 100011 | 0 | 0 | 1110 | 10110101 | 110011 | 1000111 |
Color Harmonies of #8FDADB
Complementary color
Monochromatic Colors of #8FDADB
Black with #8FDADB
Text Example
Text Example
White with #8FDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDADB; }
p { color: rgb(143,218,219); }
H1.HeaderClassName
{
color: #8FDADB;
}
.AnyTagClassName
{
color: #8FDADB;
}
</style>
background-color css
<style>
a { background-color: #8FDADB; }
a { background-color: rgb(143,218,219); }
div.DivClassName
{
background-color: #8FDADB;
}
.BgClassName
{
background-color: #8FDADB;
}
</style>
border-color css
<style>
span { border-color: #8FDADB; }
span { border-color: rgb(143,218,219); }
td.TdClassName
{
border-color: #8FDADB;
}
.TagClassName
{
border-color: #8FDADB;
}
</style>