Shades of Morning Glory #94CECD
Tints of Morning Glory #94CECD
RGB
CMYK
RGB Variations
Color information
#94CECD (or 0x94CECD) is known color: Morning Glory. HEX triplet: 94, CE and CD. RGB value is (148,206,205). Sum of RGB (Red+Green+Blue) = 148+206+205=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #94CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CECD is #6B3132. Grayscale: #BCBCBC. Windows color (decimal): -7024947 or 13487764. OLE color: 13487764.
HSL color Cylindrical-coordinate representation of color #94CECD: hue angle of 178.97º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CECD is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 205 | - |
| CMYK | 0.28 | 0 | 0.00 | 0.19 |
| HSL | 178.97º | 0.37% | 0.69% | - |
| HSV(B) | 178.97º | 0.28% | 0.81% | - |
| XYZ | 45.3 | 54.85 | 65.96 | - |
| YUV | 188.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 205 | 0.28 | 0 | 0.00 | 0.19 | 178.97 | 0.37 | 0.69 |
| Hex | 94 | CE | CD | 1C | 0 | 0 | 13 | B3 | 25 | 45 |
| Octal | 224 | 316 | 315 | 34 | 0 | 0 | 23 | 263 | 45 | 105 |
| Binary | 10010100 | 11001110 | 11001101 | 11100 | 0 | 0 | 10011 | 10110011 | 100101 | 1000101 |
Color Harmonies of #94CECD
Complementary color
Monochromatic Colors of #94CECD
Black with #94CECD
Text Example
Text Example
White with #94CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CECD; }
p { color: rgb(148,206,205); }
H1.HeaderClassName
{
color: #94CECD;
}
.AnyTagClassName
{
color: #94CECD;
}
</style>
background-color css
<style>
a { background-color: #94CECD; }
a { background-color: rgb(148,206,205); }
div.DivClassName
{
background-color: #94CECD;
}
.BgClassName
{
background-color: #94CECD;
}
</style>
border-color css
<style>
span { border-color: #94CECD; }
span { border-color: rgb(148,206,205); }
td.TdClassName
{
border-color: #94CECD;
}
.TagClassName
{
border-color: #94CECD;
}
</style>