Shades of Morning Glory #93C8CD
Tints of Morning Glory #93C8CD
RGB
CMYK
RGB Variations
Color information
#93C8CD (or 0x93C8CD) is known color: Morning Glory. HEX triplet: 93, C8 and CD. RGB value is (147,200,205). Sum of RGB (Red+Green+Blue) = 147+200+205=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #93C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8CD is #6C3732. Grayscale: #B8B8B8. Windows color (decimal): -7092019 or 13486227. OLE color: 13486227.
HSL color Cylindrical-coordinate representation of color #93C8CD: hue angle of 185.17º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93C8CD is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 200 | 205 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.20 |
| HSL | 185.17º | 0.37% | 0.69% | - |
| HSV(B) | 185.17º | 0.28% | 0.8% | - |
| XYZ | 43.71 | 51.92 | 65.48 | - |
| YUV | 184.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 205 | 0.28 | 0.02 | 0 | 0.20 | 185.17 | 0.37 | 0.69 |
| Hex | 93 | C8 | CD | 1C | 2 | 0 | 14 | B9 | 25 | 45 |
| Octal | 223 | 310 | 315 | 34 | 2 | 0 | 24 | 271 | 45 | 105 |
| Binary | 10010011 | 11001000 | 11001101 | 11100 | 10 | 0 | 10100 | 10111001 | 100101 | 1000101 |
Color Harmonies of #93C8CD
Complementary color
Monochromatic Colors of #93C8CD
Black with #93C8CD
Text Example
Text Example
White with #93C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C8CD; }
p { color: rgb(147,200,205); }
H1.HeaderClassName
{
color: #93C8CD;
}
.AnyTagClassName
{
color: #93C8CD;
}
</style>
background-color css
<style>
a { background-color: #93C8CD; }
a { background-color: rgb(147,200,205); }
div.DivClassName
{
background-color: #93C8CD;
}
.BgClassName
{
background-color: #93C8CD;
}
</style>
border-color css
<style>
span { border-color: #93C8CD; }
span { border-color: rgb(147,200,205); }
td.TdClassName
{
border-color: #93C8CD;
}
.TagClassName
{
border-color: #93C8CD;
}
</style>