Shades of Morning Glory #93D5D7
Tints of Morning Glory #93D5D7
RGB
CMYK
RGB Variations
Color information
#93D5D7 (or 0x93D5D7) is known color: Morning Glory. HEX triplet: 93, D5 and D7. RGB value is (147,213,215). Sum of RGB (Red+Green+Blue) = 147+213+215=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #93D5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D5D7 is #6C2A28. Grayscale: #C1C1C1. Windows color (decimal): -7088681 or 14144915. OLE color: 14144915.
HSL color Cylindrical-coordinate representation of color #93D5D7: hue angle of 181.76º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D5D7 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 215 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.16 |
| HSL | 181.76º | 0.46% | 0.71% | - |
| HSV(B) | 181.76º | 0.32% | 0.84% | - |
| XYZ | 48.09 | 58.7 | 73.09 | - |
| YUV | 193.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 215 | 0.32 | 0.01 | 0 | 0.16 | 181.76 | 0.46 | 0.71 |
| Hex | 93 | D5 | D7 | 20 | 1 | 0 | 10 | B6 | 2E | 47 |
| Octal | 223 | 325 | 327 | 40 | 1 | 0 | 20 | 266 | 56 | 107 |
| Binary | 10010011 | 11010101 | 11010111 | 100000 | 1 | 0 | 10000 | 10110110 | 101110 | 1000111 |
Color Harmonies of #93D5D7
Complementary color
Monochromatic Colors of #93D5D7
Black with #93D5D7
Text Example
Text Example
White with #93D5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D5D7; }
p { color: rgb(147,213,215); }
H1.HeaderClassName
{
color: #93D5D7;
}
.AnyTagClassName
{
color: #93D5D7;
}
</style>
background-color css
<style>
a { background-color: #93D5D7; }
a { background-color: rgb(147,213,215); }
div.DivClassName
{
background-color: #93D5D7;
}
.BgClassName
{
background-color: #93D5D7;
}
</style>
border-color css
<style>
span { border-color: #93D5D7; }
span { border-color: rgb(147,213,215); }
td.TdClassName
{
border-color: #93D5D7;
}
.TagClassName
{
border-color: #93D5D7;
}
</style>