Shades of Morning Glory #93D5DA
Tints of Morning Glory #93D5DA
RGB
CMYK
RGB Variations
Color information
#93D5DA (or 0x93D5DA) is known color: Morning Glory. HEX triplet: 93, D5 and DA. RGB value is (147,213,218). Sum of RGB (Red+Green+Blue) = 147+213+218=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #93D5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D5DA is #6C2A25. Grayscale: #C1C1C1. Windows color (decimal): -7088678 or 14341523. OLE color: 14341523.
HSL color Cylindrical-coordinate representation of color #93D5DA: hue angle of 184.23º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93D5DA is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 213 | 218 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.15 |
| HSL | 184.23º | 0.49% | 0.72% | - |
| HSV(B) | 184.23º | 0.33% | 0.85% | - |
| XYZ | 48.48 | 58.85 | 75.13 | - |
| YUV | 193.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 218 | 0.33 | 0.02 | 0 | 0.15 | 184.23 | 0.49 | 0.72 |
| Hex | 93 | D5 | DA | 21 | 2 | 0 | F | B8 | 31 | 48 |
| Octal | 223 | 325 | 332 | 41 | 2 | 0 | 17 | 270 | 61 | 110 |
| Binary | 10010011 | 11010101 | 11011010 | 100001 | 10 | 0 | 1111 | 10111000 | 110001 | 1001000 |
Color Harmonies of #93D5DA
Complementary color
Monochromatic Colors of #93D5DA
Black with #93D5DA
Text Example
Text Example
White with #93D5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D5DA; }
p { color: rgb(147,213,218); }
H1.HeaderClassName
{
color: #93D5DA;
}
.AnyTagClassName
{
color: #93D5DA;
}
</style>
background-color css
<style>
a { background-color: #93D5DA; }
a { background-color: rgb(147,213,218); }
div.DivClassName
{
background-color: #93D5DA;
}
.BgClassName
{
background-color: #93D5DA;
}
</style>
border-color css
<style>
span { border-color: #93D5DA; }
span { border-color: rgb(147,213,218); }
td.TdClassName
{
border-color: #93D5DA;
}
.TagClassName
{
border-color: #93D5DA;
}
</style>