Shades of Morning Glory #93DCD5
Tints of Morning Glory #93DCD5
RGB
CMYK
RGB Variations
Color information
#93DCD5 (or 0x93DCD5) is known color: Morning Glory. HEX triplet: 93, DC and D5. RGB value is (147,220,213). Sum of RGB (Red+Green+Blue) = 147+220+213=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCD5 is #6C232A. Grayscale: #C5C5C5. Windows color (decimal): -7086891 or 14015635. OLE color: 14015635.
HSL color Cylindrical-coordinate representation of color #93DCD5: hue angle of 174.25º 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 #93DCD5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 213 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.14 |
| HSL | 174.25º | 0.51% | 0.72% | - |
| HSV(B) | 174.25º | 0.33% | 0.86% | - |
| XYZ | 49.64 | 62.19 | 72.34 | - |
| YUV | 197.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 213 | 0.33 | 0 | 0.03 | 0.14 | 174.25 | 0.51 | 0.72 |
| Hex | 93 | DC | D5 | 21 | 0 | 3 | E | AE | 33 | 48 |
| Octal | 223 | 334 | 325 | 41 | 0 | 3 | 16 | 256 | 63 | 110 |
| Binary | 10010011 | 11011100 | 11010101 | 100001 | 0 | 11 | 1110 | 10101110 | 110011 | 1001000 |
Color Harmonies of #93DCD5
Complementary color
Monochromatic Colors of #93DCD5
Black with #93DCD5
Text Example
Text Example
White with #93DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCD5; }
p { color: rgb(147,220,213); }
H1.HeaderClassName
{
color: #93DCD5;
}
.AnyTagClassName
{
color: #93DCD5;
}
</style>
background-color css
<style>
a { background-color: #93DCD5; }
a { background-color: rgb(147,220,213); }
div.DivClassName
{
background-color: #93DCD5;
}
.BgClassName
{
background-color: #93DCD5;
}
</style>
border-color css
<style>
span { border-color: #93DCD5; }
span { border-color: rgb(147,220,213); }
td.TdClassName
{
border-color: #93DCD5;
}
.TagClassName
{
border-color: #93DCD5;
}
</style>