Shades of Morning Glory #8FDBDE
Tints of Morning Glory #8FDBDE
RGB
CMYK
RGB Variations
Color information
#8FDBDE (or 0x8FDBDE) is known color: Morning Glory. HEX triplet: 8F, DB and DE. RGB value is (143,219,222). Sum of RGB (Red+Green+Blue) = 143+219+222=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBDE is #702421. Grayscale: #C4C4C4. Windows color (decimal): -7349282 or 14605199. OLE color: 14605199.
HSL color Cylindrical-coordinate representation of color #8FDBDE: hue angle of 182.28º degrees, saturation: 0.54, 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 #8FDBDE is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 219 | 222 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.13 |
| HSL | 182.28º | 0.54% | 0.72% | - |
| HSV(B) | 182.28º | 0.36% | 0.87% | - |
| XYZ | 49.84 | 61.78 | 78.4 | - |
| YUV | 196.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 222 | 0.36 | 0.01 | 0 | 0.13 | 182.28 | 0.54 | 0.72 |
| Hex | 8F | DB | DE | 24 | 1 | 0 | D | B6 | 36 | 48 |
| Octal | 217 | 333 | 336 | 44 | 1 | 0 | 15 | 266 | 66 | 110 |
| Binary | 10001111 | 11011011 | 11011110 | 100100 | 1 | 0 | 1101 | 10110110 | 110110 | 1001000 |
Color Harmonies of #8FDBDE
Complementary color
Monochromatic Colors of #8FDBDE
Black with #8FDBDE
Text Example
Text Example
White with #8FDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBDE; }
p { color: rgb(143,219,222); }
H1.HeaderClassName
{
color: #8FDBDE;
}
.AnyTagClassName
{
color: #8FDBDE;
}
</style>
background-color css
<style>
a { background-color: #8FDBDE; }
a { background-color: rgb(143,219,222); }
div.DivClassName
{
background-color: #8FDBDE;
}
.BgClassName
{
background-color: #8FDBDE;
}
</style>
border-color css
<style>
span { border-color: #8FDBDE; }
span { border-color: rgb(143,219,222); }
td.TdClassName
{
border-color: #8FDBDE;
}
.TagClassName
{
border-color: #8FDBDE;
}
</style>