Shades of Morning Glory #93D4DC
Tints of Morning Glory #93D4DC
RGB
CMYK
RGB Variations
Color information
#93D4DC (or 0x93D4DC) is known color: Morning Glory. HEX triplet: 93, D4 and DC. RGB value is (147,212,220). Sum of RGB (Red+Green+Blue) = 147+212+220=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #93D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4DC is #6C2B23. Grayscale: #C1C1C1. Windows color (decimal): -7088932 or 14472339. OLE color: 14472339.
HSL color Cylindrical-coordinate representation of color #93D4DC: hue angle of 186.58º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93D4DC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 212 | 220 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.14 |
| HSL | 186.58º | 0.51% | 0.72% | - |
| HSV(B) | 186.58º | 0.33% | 0.86% | - |
| XYZ | 48.49 | 58.46 | 76.44 | - |
| YUV | 193.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 220 | 0.33 | 0.04 | 0 | 0.14 | 186.58 | 0.51 | 0.72 |
| Hex | 93 | D4 | DC | 21 | 4 | 0 | E | BB | 33 | 48 |
| Octal | 223 | 324 | 334 | 41 | 4 | 0 | 16 | 273 | 63 | 110 |
| Binary | 10010011 | 11010100 | 11011100 | 100001 | 100 | 0 | 1110 | 10111011 | 110011 | 1001000 |
Color Harmonies of #93D4DC
Complementary color
Monochromatic Colors of #93D4DC
Black with #93D4DC
Text Example
Text Example
White with #93D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4DC; }
p { color: rgb(147,212,220); }
H1.HeaderClassName
{
color: #93D4DC;
}
.AnyTagClassName
{
color: #93D4DC;
}
</style>
background-color css
<style>
a { background-color: #93D4DC; }
a { background-color: rgb(147,212,220); }
div.DivClassName
{
background-color: #93D4DC;
}
.BgClassName
{
background-color: #93D4DC;
}
</style>
border-color css
<style>
span { border-color: #93D4DC; }
span { border-color: rgb(147,212,220); }
td.TdClassName
{
border-color: #93D4DC;
}
.TagClassName
{
border-color: #93D4DC;
}
</style>