Shades of Morning Glory #93D3CE
Tints of Morning Glory #93D3CE
RGB
CMYK
RGB Variations
Color information
#93D3CE (or 0x93D3CE) is known color: Morning Glory. HEX triplet: 93, D3 and CE. RGB value is (147,211,206). Sum of RGB (Red+Green+Blue) = 147+211+206=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #93D3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D3CE is #6C2C31. Grayscale: #BFBFBF. Windows color (decimal): -7089202 or 13554579. OLE color: 13554579.
HSL color Cylindrical-coordinate representation of color #93D3CE: hue angle of 175.31º 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 #93D3CE is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 206 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.17 |
| HSL | 175.31º | 0.42% | 0.7% | - |
| HSV(B) | 175.31º | 0.3% | 0.83% | - |
| XYZ | 46.47 | 57.25 | 66.99 | - |
| YUV | 191.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 206 | 0.30 | 0 | 0.02 | 0.17 | 175.31 | 0.42 | 0.7 |
| Hex | 93 | D3 | CE | 1E | 0 | 2 | 11 | AF | 2A | 46 |
| Octal | 223 | 323 | 316 | 36 | 0 | 2 | 21 | 257 | 52 | 106 |
| Binary | 10010011 | 11010011 | 11001110 | 11110 | 0 | 10 | 10001 | 10101111 | 101010 | 1000110 |
Color Harmonies of #93D3CE
Complementary color
Monochromatic Colors of #93D3CE
Black with #93D3CE
Text Example
Text Example
White with #93D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D3CE; }
p { color: rgb(147,211,206); }
H1.HeaderClassName
{
color: #93D3CE;
}
.AnyTagClassName
{
color: #93D3CE;
}
</style>
background-color css
<style>
a { background-color: #93D3CE; }
a { background-color: rgb(147,211,206); }
div.DivClassName
{
background-color: #93D3CE;
}
.BgClassName
{
background-color: #93D3CE;
}
</style>
border-color css
<style>
span { border-color: #93D3CE; }
span { border-color: rgb(147,211,206); }
td.TdClassName
{
border-color: #93D3CE;
}
.TagClassName
{
border-color: #93D3CE;
}
</style>