Shades of Morning Glory #93D1CE
Tints of Morning Glory #93D1CE
RGB
CMYK
RGB Variations
Color information
#93D1CE (or 0x93D1CE) is known color: Morning Glory. HEX triplet: 93, D1 and CE. RGB value is (147,209,206). Sum of RGB (Red+Green+Blue) = 147+209+206=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D1CE is #6C2E31. Grayscale: #BEBEBE. Windows color (decimal): -7089714 or 13554067. OLE color: 13554067.
HSL color Cylindrical-coordinate representation of color #93D1CE: hue angle of 177.1º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D1CE is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 206 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.18 |
| HSL | 177.1º | 0.4% | 0.7% | - |
| HSV(B) | 177.1º | 0.3% | 0.82% | - |
| XYZ | 45.97 | 56.26 | 66.83 | - |
| YUV | 190.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 206 | 0.30 | 0 | 0.01 | 0.18 | 177.1 | 0.4 | 0.7 |
| Hex | 93 | D1 | CE | 1E | 0 | 1 | 12 | B1 | 28 | 46 |
| Octal | 223 | 321 | 316 | 36 | 0 | 1 | 22 | 261 | 50 | 106 |
| Binary | 10010011 | 11010001 | 11001110 | 11110 | 0 | 1 | 10010 | 10110001 | 101000 | 1000110 |
Color Harmonies of #93D1CE
Complementary color
Monochromatic Colors of #93D1CE
Black with #93D1CE
Text Example
Text Example
White with #93D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D1CE; }
p { color: rgb(147,209,206); }
H1.HeaderClassName
{
color: #93D1CE;
}
.AnyTagClassName
{
color: #93D1CE;
}
</style>
background-color css
<style>
a { background-color: #93D1CE; }
a { background-color: rgb(147,209,206); }
div.DivClassName
{
background-color: #93D1CE;
}
.BgClassName
{
background-color: #93D1CE;
}
</style>
border-color css
<style>
span { border-color: #93D1CE; }
span { border-color: rgb(147,209,206); }
td.TdClassName
{
border-color: #93D1CE;
}
.TagClassName
{
border-color: #93D1CE;
}
</style>