Shades of Morning Glory #93C0C5
Tints of Morning Glory #93C0C5
RGB
CMYK
RGB Variations
Color information
#93C0C5 (or 0x93C0C5) is known color: Morning Glory. HEX triplet: 93, C0 and C5. RGB value is (147,192,197). Sum of RGB (Red+Green+Blue) = 147+192+197=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #93C0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0C5 is #6C3F3A. Grayscale: #B3B3B3. Windows color (decimal): -7094075 or 12959891. OLE color: 12959891.
HSL color Cylindrical-coordinate representation of color #93C0C5: hue angle of 186º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C0C5 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 192 | 197 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.23 |
| HSL | 186º | 0.3% | 0.67% | - |
| HSV(B) | 186º | 0.25% | 0.77% | - |
| XYZ | 40.96 | 47.93 | 59.92 | - |
| YUV | 179.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 197 | 0.25 | 0.03 | 0 | 0.23 | 186 | 0.3 | 0.67 |
| Hex | 93 | C0 | C5 | 19 | 3 | 0 | 17 | BA | 1E | 43 |
| Octal | 223 | 300 | 305 | 31 | 3 | 0 | 27 | 272 | 36 | 103 |
| Binary | 10010011 | 11000000 | 11000101 | 11001 | 11 | 0 | 10111 | 10111010 | 11110 | 1000011 |
Color Harmonies of #93C0C5
Complementary color
Monochromatic Colors of #93C0C5
Black with #93C0C5
Text Example
Text Example
White with #93C0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0C5; }
p { color: rgb(147,192,197); }
H1.HeaderClassName
{
color: #93C0C5;
}
.AnyTagClassName
{
color: #93C0C5;
}
</style>
background-color css
<style>
a { background-color: #93C0C5; }
a { background-color: rgb(147,192,197); }
div.DivClassName
{
background-color: #93C0C5;
}
.BgClassName
{
background-color: #93C0C5;
}
</style>
border-color css
<style>
span { border-color: #93C0C5; }
span { border-color: rgb(147,192,197); }
td.TdClassName
{
border-color: #93C0C5;
}
.TagClassName
{
border-color: #93C0C5;
}
</style>