Shades of Morning Glory #94CECC
Tints of Morning Glory #94CECC
RGB
CMYK
RGB Variations
Color information
#94CECC (or 0x94CECC) is known color: Morning Glory. HEX triplet: 94, CE and CC. RGB value is (148,206,204). Sum of RGB (Red+Green+Blue) = 148+206+204=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #94CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CECC is #6B3133. Grayscale: #BCBCBC. Windows color (decimal): -7024948 or 13422228. OLE color: 13422228.
HSL color Cylindrical-coordinate representation of color #94CECC: hue angle of 177.93º 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 #94CECC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 204 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.19 |
| HSL | 177.93º | 0.37% | 0.69% | - |
| HSV(B) | 177.93º | 0.28% | 0.81% | - |
| XYZ | 45.18 | 54.8 | 65.32 | - |
| YUV | 188.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 204 | 0.28 | 0 | 0.01 | 0.19 | 177.93 | 0.37 | 0.69 |
| Hex | 94 | CE | CC | 1C | 0 | 1 | 13 | B2 | 25 | 45 |
| Octal | 224 | 316 | 314 | 34 | 0 | 1 | 23 | 262 | 45 | 105 |
| Binary | 10010100 | 11001110 | 11001100 | 11100 | 0 | 1 | 10011 | 10110010 | 100101 | 1000101 |
Color Harmonies of #94CECC
Complementary color
Monochromatic Colors of #94CECC
Black with #94CECC
Text Example
Text Example
White with #94CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CECC; }
p { color: rgb(148,206,204); }
H1.HeaderClassName
{
color: #94CECC;
}
.AnyTagClassName
{
color: #94CECC;
}
</style>
background-color css
<style>
a { background-color: #94CECC; }
a { background-color: rgb(148,206,204); }
div.DivClassName
{
background-color: #94CECC;
}
.BgClassName
{
background-color: #94CECC;
}
</style>
border-color css
<style>
span { border-color: #94CECC; }
span { border-color: rgb(148,206,204); }
td.TdClassName
{
border-color: #94CECC;
}
.TagClassName
{
border-color: #94CECC;
}
</style>