Shades of Morning Glory #94C0C5
Tints of Morning Glory #94C0C5
RGB
CMYK
RGB Variations
Color information
#94C0C5 (or 0x94C0C5) is known color: Morning Glory. HEX triplet: 94, C0 and C5. RGB value is (148,192,197). Sum of RGB (Red+Green+Blue) = 148+192+197=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #94C0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0C5 is #6B3F3A. Grayscale: #B3B3B3. Windows color (decimal): -7028539 or 12959892. OLE color: 12959892.
HSL color Cylindrical-coordinate representation of color #94C0C5: hue angle of 186.12º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C0C5 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 192 | 197 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.23 |
| HSL | 186.12º | 0.3% | 0.68% | - |
| HSV(B) | 186.12º | 0.25% | 0.77% | - |
| XYZ | 41.14 | 48.03 | 59.93 | - |
| YUV | 179.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 197 | 0.25 | 0.03 | 0 | 0.23 | 186.12 | 0.3 | 0.68 |
| Hex | 94 | C0 | C5 | 19 | 3 | 0 | 17 | BA | 1E | 44 |
| Octal | 224 | 300 | 305 | 31 | 3 | 0 | 27 | 272 | 36 | 104 |
| Binary | 10010100 | 11000000 | 11000101 | 11001 | 11 | 0 | 10111 | 10111010 | 11110 | 1000100 |
Color Harmonies of #94C0C5
Complementary color
Monochromatic Colors of #94C0C5
Black with #94C0C5
Text Example
Text Example
White with #94C0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0C5; }
p { color: rgb(148,192,197); }
H1.HeaderClassName
{
color: #94C0C5;
}
.AnyTagClassName
{
color: #94C0C5;
}
</style>
background-color css
<style>
a { background-color: #94C0C5; }
a { background-color: rgb(148,192,197); }
div.DivClassName
{
background-color: #94C0C5;
}
.BgClassName
{
background-color: #94C0C5;
}
</style>
border-color css
<style>
span { border-color: #94C0C5; }
span { border-color: rgb(148,192,197); }
td.TdClassName
{
border-color: #94C0C5;
}
.TagClassName
{
border-color: #94C0C5;
}
</style>