Shades of Morning Glory #94CEC9
Tints of Morning Glory #94CEC9
RGB
CMYK
RGB Variations
Color information
#94CEC9 (or 0x94CEC9) is known color: Morning Glory. HEX triplet: 94, CE and C9. RGB value is (148,206,201). Sum of RGB (Red+Green+Blue) = 148+206+201=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CEC9 is #6B3136. Grayscale: #BCBCBC. Windows color (decimal): -7024951 or 13225620. OLE color: 13225620.
HSL color Cylindrical-coordinate representation of color #94CEC9: hue angle of 174.83º 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 #94CEC9 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 201 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.19 |
| HSL | 174.83º | 0.37% | 0.69% | - |
| HSV(B) | 174.83º | 0.28% | 0.81% | - |
| XYZ | 44.83 | 54.66 | 63.45 | - |
| YUV | 188.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 201 | 0.28 | 0 | 0.02 | 0.19 | 174.83 | 0.37 | 0.69 |
| Hex | 94 | CE | C9 | 1C | 0 | 2 | 13 | AF | 25 | 45 |
| Octal | 224 | 316 | 311 | 34 | 0 | 2 | 23 | 257 | 45 | 105 |
| Binary | 10010100 | 11001110 | 11001001 | 11100 | 0 | 10 | 10011 | 10101111 | 100101 | 1000101 |
Color Harmonies of #94CEC9
Complementary color
Monochromatic Colors of #94CEC9
Black with #94CEC9
Text Example
Text Example
White with #94CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CEC9; }
p { color: rgb(148,206,201); }
H1.HeaderClassName
{
color: #94CEC9;
}
.AnyTagClassName
{
color: #94CEC9;
}
</style>
background-color css
<style>
a { background-color: #94CEC9; }
a { background-color: rgb(148,206,201); }
div.DivClassName
{
background-color: #94CEC9;
}
.BgClassName
{
background-color: #94CEC9;
}
</style>
border-color css
<style>
span { border-color: #94CEC9; }
span { border-color: rgb(148,206,201); }
td.TdClassName
{
border-color: #94CEC9;
}
.TagClassName
{
border-color: #94CEC9;
}
</style>