Shades of Morning Glory #93D3D0
Tints of Morning Glory #93D3D0
RGB
CMYK
RGB Variations
Color information
#93D3D0 (or 0x93D3D0) is known color: Morning Glory. HEX triplet: 93, D3 and D0. RGB value is (147,211,208). Sum of RGB (Red+Green+Blue) = 147+211+208=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 211 - color contains mainly: green. Hex color #93D3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D3D0 is #6C2C2F. Grayscale: #BFBFBF. Windows color (decimal): -7089200 or 13685651. OLE color: 13685651.
HSL color Cylindrical-coordinate representation of color #93D3D0: hue angle of 177.19º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D3D0 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 208 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.17 |
| HSL | 177.19º | 0.42% | 0.7% | - |
| HSV(B) | 177.19º | 0.3% | 0.83% | - |
| XYZ | 46.71 | 57.35 | 68.28 | - |
| YUV | 191.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 208 | 0.30 | 0 | 0.01 | 0.17 | 177.19 | 0.42 | 0.7 |
| Hex | 93 | D3 | D0 | 1E | 0 | 1 | 11 | B1 | 2A | 46 |
| Octal | 223 | 323 | 320 | 36 | 0 | 1 | 21 | 261 | 52 | 106 |
| Binary | 10010011 | 11010011 | 11010000 | 11110 | 0 | 1 | 10001 | 10110001 | 101010 | 1000110 |
Color Harmonies of #93D3D0
Complementary color
Monochromatic Colors of #93D3D0
Black with #93D3D0
Text Example
Text Example
White with #93D3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D3D0; }
p { color: rgb(147,211,208); }
H1.HeaderClassName
{
color: #93D3D0;
}
.AnyTagClassName
{
color: #93D3D0;
}
</style>
background-color css
<style>
a { background-color: #93D3D0; }
a { background-color: rgb(147,211,208); }
div.DivClassName
{
background-color: #93D3D0;
}
.BgClassName
{
background-color: #93D3D0;
}
</style>
border-color css
<style>
span { border-color: #93D3D0; }
span { border-color: rgb(147,211,208); }
td.TdClassName
{
border-color: #93D3D0;
}
.TagClassName
{
border-color: #93D3D0;
}
</style>