Shades of Morning Glory #93D3DC
Tints of Morning Glory #93D3DC
RGB
CMYK
RGB Variations
Color information
#93D3DC (or 0x93D3DC) is known color: Morning Glory. HEX triplet: 93, D3 and DC. RGB value is (147,211,220). Sum of RGB (Red+Green+Blue) = 147+211+220=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #93D3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D3DC is #6C2C23. Grayscale: #C0C0C0. Windows color (decimal): -7089188 or 14472083. OLE color: 14472083.
HSL color Cylindrical-coordinate representation of color #93D3DC: hue angle of 187.4º 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 #93D3DC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 211 | 220 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.14 |
| HSL | 187.4º | 0.51% | 0.72% | - |
| HSV(B) | 187.4º | 0.33% | 0.86% | - |
| XYZ | 48.25 | 57.96 | 76.35 | - |
| YUV | 192.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 220 | 0.33 | 0.04 | 0 | 0.14 | 187.4 | 0.51 | 0.72 |
| Hex | 93 | D3 | DC | 21 | 4 | 0 | E | BB | 33 | 48 |
| Octal | 223 | 323 | 334 | 41 | 4 | 0 | 16 | 273 | 63 | 110 |
| Binary | 10010011 | 11010011 | 11011100 | 100001 | 100 | 0 | 1110 | 10111011 | 110011 | 1001000 |
Color Harmonies of #93D3DC
Complementary color
Monochromatic Colors of #93D3DC
Black with #93D3DC
Text Example
Text Example
White with #93D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D3DC; }
p { color: rgb(147,211,220); }
H1.HeaderClassName
{
color: #93D3DC;
}
.AnyTagClassName
{
color: #93D3DC;
}
</style>
background-color css
<style>
a { background-color: #93D3DC; }
a { background-color: rgb(147,211,220); }
div.DivClassName
{
background-color: #93D3DC;
}
.BgClassName
{
background-color: #93D3DC;
}
</style>
border-color css
<style>
span { border-color: #93D3DC; }
span { border-color: rgb(147,211,220); }
td.TdClassName
{
border-color: #93D3DC;
}
.TagClassName
{
border-color: #93D3DC;
}
</style>