Shades of Morning Glory #93C0C6
Tints of Morning Glory #93C0C6
RGB
CMYK
RGB Variations
Color information
#93C0C6 (or 0x93C0C6) is known color: Morning Glory. HEX triplet: 93, C0 and C6. RGB value is (147,192,198). Sum of RGB (Red+Green+Blue) = 147+192+198=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #93C0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0C6 is #6C3F39. Grayscale: #B3B3B3. Windows color (decimal): -7094074 or 13025427. OLE color: 13025427.
HSL color Cylindrical-coordinate representation of color #93C0C6: hue angle of 187.06º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C0C6 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 192 | 198 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.22 |
| HSL | 187.06º | 0.31% | 0.68% | - |
| HSV(B) | 187.06º | 0.26% | 0.78% | - |
| XYZ | 41.08 | 47.98 | 60.52 | - |
| YUV | 179.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 198 | 0.26 | 0.03 | 0 | 0.22 | 187.06 | 0.31 | 0.68 |
| Hex | 93 | C0 | C6 | 1A | 3 | 0 | 16 | BB | 1F | 44 |
| Octal | 223 | 300 | 306 | 32 | 3 | 0 | 26 | 273 | 37 | 104 |
| Binary | 10010011 | 11000000 | 11000110 | 11010 | 11 | 0 | 10110 | 10111011 | 11111 | 1000100 |
Color Harmonies of #93C0C6
Complementary color
Monochromatic Colors of #93C0C6
Black with #93C0C6
Text Example
Text Example
White with #93C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0C6; }
p { color: rgb(147,192,198); }
H1.HeaderClassName
{
color: #93C0C6;
}
.AnyTagClassName
{
color: #93C0C6;
}
</style>
background-color css
<style>
a { background-color: #93C0C6; }
a { background-color: rgb(147,192,198); }
div.DivClassName
{
background-color: #93C0C6;
}
.BgClassName
{
background-color: #93C0C6;
}
</style>
border-color css
<style>
span { border-color: #93C0C6; }
span { border-color: rgb(147,192,198); }
td.TdClassName
{
border-color: #93C0C6;
}
.TagClassName
{
border-color: #93C0C6;
}
</style>